This server exposes /api/* and /health. It does not serve the web app unless SPA_STATIC_PATH is configured.
Local UI: run TapTrao-Frontend-v4 with npm run dev (Vite, usually port 5173) — it proxies /api to this server.
Production: deploy the frontend separately on Koyeb or set SPA_STATIC_PATH to your Vite dist folder.