diff options
Diffstat (limited to 'vite.config.ts')
| -rw-r--r-- | vite.config.ts | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/vite.config.ts b/vite.config.ts index 895d557..6baaeb0 100644 --- a/vite.config.ts +++ b/vite.config.ts @@ -7,9 +7,9 @@ export default defineConfig({ base: '/', server: { proxy: {'/data': 'http://localhost:8000', '/hist_data': 'http://localhost:8000'}, - watch: { - ignored: ['**/backend', '**/public'], - }, + watch: { + ignored: ['**/backend', '**/public'], + }, }, build: { sourcemap: true, |
