finished client + added docker compose builds for client and server

Co-authored-by: Copilot <copilot@github.com>
This commit is contained in:
2026-04-27 14:50:05 -05:00
parent 34873a3d89
commit b4fd4ee8e6
25 changed files with 1661 additions and 40 deletions
+7
View File
@@ -1,8 +1,15 @@
{
"name": "@turborepo-starter-project/server",
"version": "1.0.50",
"exports": {
".": {
"import": "./src/index.ts",
"require": "./src/index.ts"
}
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "bun run src/index.ts",
"dev": "bun run --watch src/index.ts",
"db:generate": "drizzle-kit generate",
"db:migrate": "drizzle-kit migrate",