14 lines
244 B
JSON
14 lines
244 B
JSON
{
|
|
"$schema": "https://json.schemastore.org/nodemon.json",
|
|
"ignore": [
|
|
".git",
|
|
"node_modules",
|
|
"data"
|
|
],
|
|
"env": {
|
|
"NODE_ENV": "dev"
|
|
},
|
|
"ext": "ts",
|
|
"exec": "yarn build && yarn start"
|
|
}
|