12 lines
183 B
JSON
12 lines
183 B
JSON
{
|
|
"ignore": [
|
|
".git",
|
|
"node_modules",
|
|
"data"
|
|
],
|
|
"env": {
|
|
"NODE_ENV": "dev"
|
|
},
|
|
"ext": "ts",
|
|
"exec": "yarn build && yarn start"
|
|
} |