Files
zed/styles/nodemon.json
2022-04-04 12:14:00 -07:00

6 lines
92 B
JSON

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