oneuptime/MCP/nodemon.json

6 lines
146 B
JSON

{
"watch": ["Index.ts"],
"ext": "ts,tsx",
"ignore": ["./node_modules/**", "./public/**", "./bin/**", "./build/**"],
"exec": "npm start"
}