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
commit 6a3a6c7b40
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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