feat(csms): add deployment script and database schema for user authentication
This commit is contained in:
13
apps/csms/deploy/package.json
Normal file
13
apps/csms/deploy/package.json
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"name": "csms",
|
||||
"type": "module",
|
||||
"dependencies": {
|
||||
"@hono/node-server": "^1.19.6",
|
||||
"@hono/node-ws": "^1.2.0",
|
||||
"better-auth": "^1.3.34",
|
||||
"dotenv": "^17.2.3",
|
||||
"drizzle-orm": "^0.44.7",
|
||||
"hono": "^4.10.6",
|
||||
"pg": "^8.16.3"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user