lecoffre-back/nodemon.json
2023-05-04 16:33:28 +02:00

5 lines
139 B
JSON

{
"watch": ["./src/", "./.env", "./package.json", "./tsconfig.json"],
"exec": "npm run build && npm run start",
"ext": "ts"
}