npm run start和dev区别

具体看你package.json

添加调试窗口

node --inspect index.js 这种调试方式,可以打开一个 chrome 页面,用前端熟悉的方式进行断点调试。