1
1
mirror of https://github.com/leon-ai/leon.git synced 2024-11-10 15:19:18 +03:00
leon/nodemon.json

8 lines
185 B
JSON
Raw Normal View History

{
"verbose": false,
2022-09-03 14:12:41 +03:00
"watch": ["server/src"],
"ext": "ts,js,json",
2022-09-03 14:12:41 +03:00
"ignore": [".git", "node_modules", "server/src/tmp", "server/dist"],
"exec": "ts-node server/src/index.ts"
}