feat: mise à jour package.json frontend avec script start pour production

This commit is contained in:
Matthieu
2025-07-30 09:59:05 +02:00
parent 36a44848d2
commit 74b78137a0

View File

@@ -7,7 +7,8 @@
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare"
"postinstall": "nuxt prepare",
"start": "nuxt start"
},
"dependencies": {
"@nuxtjs/tailwindcss": "^6.14.0",