diff options
| author | Terry Truong <terry06890@gmail.com> | 2022-10-17 22:01:28 +1100 |
|---|---|---|
| committer | Terry Truong <terry06890@gmail.com> | 2022-10-17 22:01:28 +1100 |
| commit | 78ab026ffacbfd14992c2bfda1b9e290ace25cbf (patch) | |
| tree | 0c1eba26a94fb5516d708f209defc944942b5089 /vite.config.ts | |
| parent | 2862bbae986ffb1203a2a91d3627ec135f90505b (diff) | |
Add rbtree.ts
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, |
