working with db, docker working, small error with personal data

This commit is contained in:
metacryst
2026-03-10 19:09:47 -05:00
parent 4d2c515b7d
commit 7cfcc01c99
25 changed files with 337 additions and 469 deletions

View File

@@ -6,8 +6,8 @@
"start": "node server/index.js"
},
"workspaces": [
"apps/*"
],
"apps/*"
],
"dependencies": {
"argon2": "^0.44.0",
"chalk": "^4.1.2",
@@ -18,8 +18,9 @@
"express-useragent": "^2.0.2",
"jsonwebtoken": "^9.0.2",
"moment": "^2.30.1",
"postgres": "^3.4.8",
"stripe": "^20.0.0",
"ws": "^8.18.3",
"zod": "^4.1.12"
}
}
}