nodemon --watch 'src/**/*.ts' --ignore 'src/**/*.spec.ts' --exec 'ts-node' src/index.ts. Or even better: externalize nodemon's config to a nodemon.json file ...
確定! 回上一頁