chore: harden reliability checks #2

Merged
nalalangan merged 67 commits from main-new into main 2026-05-25 14:28:32 -09:00
Showing only changes of commit a1beb486cb - Show all commits

View File

@ -9,7 +9,7 @@ services:
- ./frontend:/app
- frontend_node_modules:/app/node_modules
ports:
- "3000:5173"
- "3010:5173"
depends_on:
- backend
restart: always