Updated dev and build setup
This commit is contained in:
12
nodemon-swc.json
Normal file
12
nodemon-swc.json
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"ignore": [
|
||||
".git",
|
||||
"node_modules",
|
||||
"data"
|
||||
],
|
||||
"env": {
|
||||
"NODE_ENV": "dev"
|
||||
},
|
||||
"ext": "ts",
|
||||
"exec": "yarn build && yarn start"
|
||||
}
|
||||
Reference in New Issue
Block a user