wool-data-fetcher/nodemon.json
2024-10-21 08:32:53 +02:00

10 lines
No EOL
133 B
JSON
Executable file

{
"watch": [
"src/**/*.ts"
],
"ext": "ts",
"exec": "ts-node --files ./src/app.ts",
"args": [
"--inspect=5858"
]
}