feat: sample backend package w/ express

This commit is contained in:
Benjamin Singleton 2025-06-10 17:11:14 -05:00 committed by Sheldon Cooper
parent 63a9019b2a
commit 4ebce1448a
9 changed files with 743 additions and 16 deletions

View file

@ -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
}