diff options
Diffstat (limited to 'viewer/vue.config.js')
-rw-r--r-- | viewer/vue.config.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/viewer/vue.config.js b/viewer/vue.config.js index ef6d262..ffaaeee 100644 --- a/viewer/vue.config.js +++ b/viewer/vue.config.js | |||
@@ -41,6 +41,7 @@ module.exports = defineConfig({ | |||
41 | }, | 41 | }, |
42 | watchOptions: { | 42 | watchOptions: { |
43 | ignored: /node_modules/, | 43 | ignored: /node_modules/, |
44 | poll: parseInt(process.env.VUE_APP_WEBPACK_WATCH_POLL ?? 0), | ||
44 | }, | 45 | }, |
45 | }, | 46 | }, |
46 | 47 | ||