chore: update nuxt configuration and dependencies

- Added strictMessage option to i18n compilation settings in nuxt.config.ts
- Configured prerender settings in nitro for better route handling
- Updated dependencies in package.json, including @nuxt/ui and @nuxthub/core
- Moved iconify-json packages to dependencies from devDependencies
- Added better-sqlite3 to devDependencies
- Simplified tsconfig.json to extend from .nuxt/tsconfig.json
This commit is contained in:
2025-12-18 10:22:21 +01:00
parent 7262cc4850
commit c8d6894a51
5 changed files with 314 additions and 91 deletions

View File

@@ -1,9 +1,3 @@
{
"references": [
{ "path": "./.nuxt/tsconfig.app.json" },
{ "path": "./.nuxt/tsconfig.server.json" },
{ "path": "./.nuxt/tsconfig.shared.json" },
{ "path": "./.nuxt/tsconfig.node.json" }
],
"files": []
}
"extends": "./.nuxt/tsconfig.json"
}