瀏覽代碼

node modules in kevin pc

oransheep 2 年之前
父節點
當前提交
2d3d7b34b4
共有 3 個文件被更改,包括 6279 次插入2 次删除
  1. 二進制
      node_modules.zip
  2. 6277 1
      package-lock.json
  3. 2 1
      package.json

二進制
node_modules.zip


文件差異過大導致無法顯示
+ 6277 - 1
package-lock.json


+ 2 - 1
package.json

@@ -5,7 +5,8 @@
   "scripts": {
   "scripts": {
     "start": "node ./bin/www",
     "start": "node ./bin/www",
     "tsc": "tsc",
     "tsc": "tsc",
-    "dev": "tsc -w & nodemon ./bin/www"
+    "dev": "tsc -w & nodemon ./bin/www",
+    "watch": "nodemon ./bin/www "
   },
   },
   "dependencies": {
   "dependencies": {
     "@types/bcrypt": "^3.0.0",
     "@types/bcrypt": "^3.0.0",

部分文件因文件數量過多而無法顯示