Files
illegitimate-bot/nodemon-swc.json
2024-08-21 21:18:01 +02:00

12 lines
183 B
JSON

{
"ignore": [
".git",
"node_modules",
"data"
],
"env": {
"NODE_ENV": "dev"
},
"ext": "ts",
"exec": "yarn build && yarn start"
}