zhangwei 3 năm trước cách đây
mục cha
commit
d7353981a1
1 tập tin đã thay đổi với 3 bổ sung2 xóa
  1. 3 2
      package.json

+ 3 - 2
package.json

@@ -6,7 +6,7 @@
     "dev": "nuxt",
     "build": "nuxt build",
     "start": "nuxt start",
-    "pm2":"pm2 start yarn --interpreter bash --name oitboy-front -- start",
+    "pm2": "pm2 start yarn --interpreter bash --name oitboy-front -- start",
     "generate": "nuxt generate",
     "test": "jest"
   },
@@ -15,6 +15,7 @@
     "bootstrap-vue": "^2.21.2",
     "core-js": "^3.19.3",
     "nuxt": "^2.15.8",
+    "pm2": "^5.2.0",
     "vue": "^2.6.14",
     "vue-server-renderer": "^2.6.14",
     "vue-template-compiler": "^2.6.14",
@@ -27,4 +28,4 @@
     "jest": "^27.4.4",
     "vue-jest": "^3.0.4"
   }
-}
+}