Files
yaak/plugin-runtime/nodemon.json
2024-07-19 10:41:47 -07:00

6 lines
91 B
JSON

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