Files
fakemoney/server/nodemon.json
2026-02-28 10:18:14 +01:00

7 lines
78 B
JSON

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