fix: add Procfile to use API server instead of static serve

Nixpacks was auto-detecting Vite and using 'npx serve dist' which only
serves the frontend. The API server handles both API routes and SPA fallback.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-02-08 17:23:25 +00:00
parent 117c465917
commit 1baee073c3

1
Procfile Normal file
View File

@@ -0,0 +1 @@
web: node api/dist/server.js