added the v3_lazyRouteDiscovery flag

This commit is contained in:
Dustin Loring 2024-12-02 06:57:38 -05:00
parent 6c552f86c6
commit 0be52a9510

View File

@ -20,6 +20,7 @@ export default defineConfig((config) => {
v3_fetcherPersist: true, v3_fetcherPersist: true,
v3_relativeSplatPath: true, v3_relativeSplatPath: true,
v3_throwAbortReason: true, v3_throwAbortReason: true,
v3_lazyRouteDiscovery: true,
}, },
}), }),
UnoCSS(), UnoCSS(),