LlamaFinetuneGGUF commited on
Commit
fb8191e
·
1 Parent(s): c4f94aa

Update vite.config.ts

Browse files

added v3_lazyRouteDiscovery to the fvite.config.ts without any side effects.
this removes the warning in terminal

Files changed (1) hide show
  1. vite.config.ts +2 -1
vite.config.ts CHANGED
@@ -19,7 +19,8 @@ export default defineConfig((config) => {
19
  future: {
20
  v3_fetcherPersist: true,
21
  v3_relativeSplatPath: true,
22
- v3_throwAbortReason: true
 
23
  },
24
  }),
25
  UnoCSS(),
 
19
  future: {
20
  v3_fetcherPersist: true,
21
  v3_relativeSplatPath: true,
22
+ v3_throwAbortReason: true,
23
+ v3_lazyRouteDiscovery: true
24
  },
25
  }),
26
  UnoCSS(),