removed devConfig proxies
This commit is contained in:
@@ -11,11 +11,7 @@ module.exports = async function (env, argv) {
|
|||||||
|
|
||||||
config.resolve.alias['framer-motion'] = 'framer-motion/dist/framer-motion'
|
config.resolve.alias['framer-motion'] = 'framer-motion/dist/framer-motion'
|
||||||
|
|
||||||
config.devServer = {
|
|
||||||
proxy: {
|
|
||||||
'/api': env.DEVAPIURL ?? 'http://localhost:3000',
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
return config
|
return config
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user