Fix the production build and restore directory-style output

This commit is contained in:
Djeex
2026-09-04 22:56:13 +02:00
parent 942f87dcac
commit 90eb205e85
5 changed files with 31 additions and 601 deletions
+5 -3
View File
@@ -1,12 +1,14 @@
{
"name": "docus-starter",
"name": "docudjeex",
"private": true,
"scripts": {
"dev": "nuxt dev",
"build": "NUXT_SITE_URL=https://docu.djeex.fr nuxt build"
},
"dependencies": {
"docus": "latest",
"@nuxtjs/i18n": "^10.6.0",
"better-sqlite3": "^12.11.1",
"docus": "^5.13.0",
"nuxt": "^4.4.8"
}
}
}