zed/styles/nodemon.json
Nathan Sobo c289cdcac8 💄
2022-04-06 09:28:56 -06:00

9 lines
119 B
JSON

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