diff --git a/frontend/vue.config.js b/frontend/vue.config.js index 45903e9cf..88fbf2fdb 100644 --- a/frontend/vue.config.js +++ b/frontend/vue.config.js @@ -35,6 +35,9 @@ module.exports = { // 'process.env.PORT': JSON.stringify(process.env.PORT), }), ], + infrastructureLogging: { + level: 'warn', // 'none' | 'error' | 'warn' | 'info' | 'log' | 'verbose' + }, }, css: { // Enable CSS source maps.