diff --git a/front/webpack.config.js b/front/webpack.config.js index 38fcbb1..f8027a2 100644 --- a/front/webpack.config.js +++ b/front/webpack.config.js @@ -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 } \ No newline at end of file