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
+21
View File
@@ -0,0 +1,21 @@
info:
name: health
type: http
seq: 1
http:
method: GET
url: http://localhost:3000/health
auth: inherit
runtime:
assertions:
- expression: res.status
operator: eq
value: "200"
settings:
encodeUrl: true
timeout: 0
followRedirects: true
maxRedirects: 5
+10
View File
@@ -0,0 +1,10 @@
opencollection: 1.0.0
info:
name: mini-discord
bundled: false
extensions:
bruno:
ignore:
- node_modules
- .git