jan/server/nodemon.json
2023-12-01 09:35:51 +07:00

5 lines
100 B
JSON

{
"watch": ["main.ts", "v1"],
"ext": "ts, json",
"exec": "tsc && node ./build/main.js"
}