zed/styles/nodemon.json

6 lines
92 B
JSON

{
"watch": ["./**/*"],
"ext": "ts",
"ignore": [],
"exec": "ts-node buildThemes.ts"
}