removed devConfig proxies

This commit is contained in:
Clément Le Bihan
2023-01-29 18:49:41 +09:00
parent 5cfdb14f70
commit 3a0db23a65
+1 -5
View File
@@ -11,11 +11,7 @@ module.exports = async function (env, argv) {
config.resolve.alias['framer-motion'] = 'framer-motion/dist/framer-motion'
config.devServer = {
proxy: {
'/api': env.DEVAPIURL ?? 'http://localhost:3000',
}
}
return config
}