Add start script

This commit is contained in:
marzban-dev
2024-12-26 00:04:36 +03:30
parent e8060e83a5
commit 5a1c3f1b52
+3
View File
@@ -3,6 +3,7 @@
"private": true,
"type": "module",
"scripts": {
"start" : "node .output/server/index.mjs",
"build": "nuxt build",
"dev": "nuxt dev",
"dev-o": "nuxt dev -- -o",
@@ -15,6 +16,8 @@
"@nuxtjs/google-fonts": "^3.2.0",
"@tanstack/vue-query": "^5.62.2",
"@tanstack/vue-query-devtools": "^5.62.3",
"@vuelidate/core": "^2.0.3",
"@vuelidate/validators": "^2.0.4",
"axios": "^1.7.9",
"gsap": "^3.12.5",
"nuxt": "^3.14.1592",