mirror of
https://github.com/stackblitz-labs/bolt.diy
synced 2025-01-22 19:06:12 +00:00
Merge pull request #751 from dustinwloring1988/fix/v3_lazyRouteDiscovery-warn
fix: update vite.config.ts
This commit is contained in:
commit
b5867835f5
@ -19,7 +19,8 @@ export default defineConfig((config) => {
|
|||||||
future: {
|
future: {
|
||||||
v3_fetcherPersist: true,
|
v3_fetcherPersist: true,
|
||||||
v3_relativeSplatPath: true,
|
v3_relativeSplatPath: true,
|
||||||
v3_throwAbortReason: true
|
v3_throwAbortReason: true,
|
||||||
|
v3_lazyRouteDiscovery: true
|
||||||
},
|
},
|
||||||
}),
|
}),
|
||||||
UnoCSS(),
|
UnoCSS(),
|
||||||
|
Loading…
Reference in New Issue
Block a user