11 lines
128 B
JSON
11 lines
128 B
JSON
{
|
|
"watch": [
|
|
"src"
|
|
],
|
|
"ignore": [
|
|
"src/frontend/*"
|
|
],
|
|
"ext": "ts,tsx,pug,scss",
|
|
"exec": "run-s build:backend start"
|
|
}
|