diff --git a/frontend/vue.config.js b/frontend/vue.config.js index 6c2485df21bd8bcbe228b986ceef615831672d62..29c09438239fdf4ccbc1d99b034bce7922b8792a 100644 --- a/frontend/vue.config.js +++ b/frontend/vue.config.js @@ -4,6 +4,9 @@ const projectRoot = path.resolve(__dirname) module.exports = { assetsDir: 'static', + devServer: { + allowedHosts: ['localhost'] + }, configureWebpack: { resolve: { alias: {