publication v-1

This commit is contained in:
HAM!DREZA
2024-07-03 14:34:21 +03:30
parent d2f71b6b14
commit 1518075cc6
21 changed files with 247 additions and 185 deletions
+1 -1
View File
@@ -5,7 +5,7 @@
"scripts": {
"dev": "nuxt dev",
"build": "nuxt build",
"start": "PORT=5805 HOST=127.0.0.1 node .output/server/index.mjs",
"start": "node .output/server/index.mjs",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare"