feat: sample backend package w/ express
This commit is contained in:
parent
100b326baf
commit
6dc71c32cc
9 changed files with 743 additions and 16 deletions
|
|
@ -8,7 +8,16 @@
|
|||
"check-types": {
|
||||
"dependsOn": ["^check-types"]
|
||||
},
|
||||
"watch": {
|
||||
"dependsOn": ["^watch"]
|
||||
},
|
||||
"dev": {
|
||||
"dependsOn": ["^watch"],
|
||||
"persistent": true,
|
||||
"cache": false
|
||||
},
|
||||
"start": {
|
||||
"dependsOn": ["^build"],
|
||||
"persistent": true,
|
||||
"cache": false
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue