"scripts": { "start": "npm run build && NODE_ENV=production node ./dist/index.js", "start:dev": "nodemon --exec NODE_ENV=development ts-node ./src/index.ts" ...
確定! 回上一頁