Commit 7175ec32 authored by zhuwj's avatar zhuwj

fix server 运行命令

parent b46226a6
......@@ -4,7 +4,7 @@
"description": "",
"main": "index.js",
"scripts": {
"start": "ts-node app.ts",
"start": "ts-node ./src/app.ts",
"watch-server": "nodemon --watch 'src/**/*' -e ts,tsx --exec 'ts-node' ./src/app.ts",
"test": "echo \"Error: no test specified\" && exit 1"
},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment