Updated dev and build setup

This commit is contained in:
2024-08-21 21:18:01 +02:00
parent 0187a98988
commit 31b88396ea
4 changed files with 16 additions and 3 deletions

12
nodemon-swc.json Normal file
View File

@@ -0,0 +1,12 @@
{
"ignore": [
".git",
"node_modules",
"data"
],
"env": {
"NODE_ENV": "dev"
},
"ext": "ts",
"exec": "yarn build && yarn start"
}