Files
mygit/ghost/core/nodemon.json
T
DuckQ1u 93d1b7c3d3
Copilot Setup Steps / copilot-setup-steps (push) Has been cancelled
first commit
2026-04-22 19:51:20 +07:00

14 lines
183 B
JSON

{
"watch": [
".",
"../*"
],
"ignore": [
"../admin/**",
"content/**",
"core/built/**"
],
"ext": "js,mjs,cjs,json,ts,tsx",
"exec": "node --import=tsx"
}