Standalone backend service for Cally.
bun run api:devThe API listens on API_PORT or PORT, defaulting to 4000.
GET /healthGET /api/healthGET /api/v1/health/api/auth/*via better-auth
Feature domains should migrate here behind /api/v1/* after their request and response contracts are stabilized.
DATABASE_URLBETTER_AUTH_SECRETBETTER_AUTH_URLAPI_PORTAPI_CORS_ORIGINS
Use comma-separated origins for API_CORS_ORIGINS, for example:
API_CORS_ORIGINS="https://app.example.com,http://localhost:3000,http://localhost:8081,exp://localhost:8081"