包json中的stop script命令是什么?

我已经使用npm start启动了一个应用程序。现在我要停止服务器该如何实现?

   "scripts": {
        "clean": "rimraf app/**/*.js app/**/*.js.map","tsc": "tsc","tsc:w": "tsc -w","lite": "lite-server","prestart": "npm run clean","start": "tsc && concurrently \"tsc -w\" \"lite-server\" ","stop": "What should be here ?"
      },

这是我的包json吗?

wpcwpcwpcwpc 回答:包json中的stop script命令是什么?

暂时没有好的解决方案,如果你有好的解决方案,请发邮件至:iooj@foxmail.com
本文链接:https://www.f2er.com/3168472.html

大家都在问