修改协同插件后端服务启动命令

This commit is contained in:
wanglin2
2023-10-04 15:38:48 +08:00
parent ed82fe5a61
commit ccef5fc581
2 changed files with 1 additions and 1 deletions

View File

@@ -23,7 +23,7 @@
"lint": "eslint src/",
"format": "prettier --write .",
"types": "npx -p typescript tsc index.js --declaration --allowJs --emitDeclarationOnly --outDir types --target es2017",
"serve": "node ./bin/server.mjs"
"wsServe": "node ./bin/server.mjs"
},
"module": "index.js",
"main": "./dist/simpleMindMap.umd.min.js",