Files
cfw-autumn/server/nodemon.json
2026-03-08 21:04:34 +00:00

16 lines
248 B
JSON

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