Browse Source

fix error

czhen 3 years ago
parent
commit
9463bb8d6e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      express/package.json

+ 1 - 1
express/package.json

@@ -32,6 +32,6 @@
     "start": "node .",
     "start": "node .",
     "test": "echo \"Error: no test specified\" && exit 1",
     "test": "echo \"Error: no test specified\" && exit 1",
     "clean": "rimraf dist",
     "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"
   }
   }
 }
 }