added realtime, bruno stuff, and removed s3/redis

removed zod because elysia has it built in
changed compose.yml to docker-compose.yml because my icon shows it as
docker-compose that way
This commit is contained in:
2026-07-17 22:47:50 -05:00
parent 03c7e0fd30
commit 9c56d278e6
10 changed files with 83 additions and 95 deletions
+2 -2
View File
@@ -3,7 +3,7 @@
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"dev": "next dev -p 5173",
"build": "next build",
"start": "next start",
"lint": "biome check",
@@ -48,4 +48,4 @@
"sharp",
"unrs-resolver"
]
}
}