Files
cfw-autumn/server/nodemon.json
John Yeo 3d47e1effa wip
2025-11-12 11:01:19 +00:00

17 lines
245 B
JSON

{
"watch": ["../shared", "src"],
"ext": "js,ts",
"ignore": [
"../shared/dist/**/*.d.ts",
"../shared/node_modules",
"../shared/scripts",
"scripts",
"tests"
],
"exec": "bun src/index.ts",
"env": {
"NODE_ENV": "development"
}
}