Merge pull request #505 from oTToDev-CE/main

Fixed v3_lazyRouteDiscovery flag warn
This commit is contained in:
Dustin Loring
2024-12-02 09:37:14 -05:00
committed by GitHub

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(),