lecoffre-back/nodemon.json
2023-04-19 11:09:37 +02:00

5 lines
122 B
JSON

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