LlamaFinetuneGGUF commited on
Commit
0be52a9
·
1 Parent(s): 6c552f8

added the v3_lazyRouteDiscovery flag

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