Browse Source

fix error

czhen 3 năm trước cách đây
mục cha
commit
9463bb8d6e
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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"
   }
 }