lego/back-end/nodemon.json
2024-10-24 22:20:11 +02:00

6 lines
85 B
JSON

{
"watch": ["src"],
"ext": "ts,json",
"exec": "ts-node ./src/index.ts"
}