瀏覽代碼

fix package.json

Signed-off-by: Gitea <zizhao.chen@zilliz.com>
Gitea 3 年之前
父節點
當前提交
6af616288f
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      express/package.json

+ 1 - 1
express/package.json

@@ -65,7 +65,7 @@
     "prebuild": "tslint -c tslint.json -p tsconfig.json --fix",
     "build": "yarn clean && tsc",
     "prestart": "rm -rf dist && yarn build",
-    "start": "nodemon ./src/app",
+    "start": "nodemon dist/app.js",
     "start:plugin": "yarn build && cross-env PLUGIN_DEV=1 node dist/milvus-insight/express/src/app.js",
     "start:prod": "node dist/app.js",
     "test": "cross-env NODE_ENV=test jest --passWithNoTests",