From 78ab026ffacbfd14992c2bfda1b9e290ace25cbf Mon Sep 17 00:00:00 2001 From: Terry Truong Date: Mon, 17 Oct 2022 22:01:28 +1100 Subject: Add rbtree.ts --- vite.config.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'vite.config.ts') 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, -- cgit v1.2.3