mirror of
https://github.com/ArthurDanjou/artsite.git
synced 2026-01-14 13:54:05 +01:00
- 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
3 lines
40 B
JSON
3 lines
40 B
JSON
{
|
|
"extends": "./.nuxt/tsconfig.json"
|
|
} |