Files
illegitimate-bot/nodemon-swc.json
2024-09-08 18:26:43 +02:00

12 lines
212 B
JSON

{
"$schema": "https://json.schemastore.org/nodemon.json",
"ignore": [
"node_modules"
],
"env": {
"NODE_ENV": "dev"
},
"ext": "ts",
"exec": "yarn build && yarn start"
}