Initial server-stack setup

This commit is contained in:
JamBox
2026-02-15 20:04:18 -08:00
commit 7f14c826f2
10 changed files with 122 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
{
"name": "tessavb",
"version": "1.0.0",
"private": true,
"dependencies": {
"express": "^4.21.0"
}
}