瀏覽代碼

fix error

czhen 3 年之前
父節點
當前提交
9463bb8d6e
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      express/package.json

+ 1 - 1
express/package.json

@@ -32,6 +32,6 @@
     "start": "node .",
     "test": "echo \"Error: no test specified\" && exit 1",
     "clean": "rimraf dist",
-    "start:plugin": "yarn build && cross-env PLUGIN_DEV=1 node dist/milvus_insight/express/src/app.js"
+    "start:plugin": "yarn build && cross-env PLUGIN_DEV=1 node dist/milvus-insight/express/src/app.js"
   }
 }