chore: append manifest in edge file only in prod env

This commit is contained in:
Sonny
2025-08-06 19:15:50 +02:00
parent 8b176e3d0e
commit d56bd1ef80
3 changed files with 18 additions and 5 deletions

View File

@@ -57,7 +57,11 @@ export default defineConfig({
| List of modules to import before starting the application.
|
*/
preloads: [() => import('#start/routes'), () => import('#start/kernel')],
preloads: [
() => import('#start/routes'),
() => import('#start/kernel'),
() => import('#start/view'),
],
/*
|--------------------------------------------------------------------------