feat(backend): configure Dockerfile and express server to build and serve mobile app at /mobile on Cloud Run

This commit is contained in:
sumit-plena
2026-07-09 11:41:04 +05:30
parent 1a5028b8f3
commit 9c7c576c99
9 changed files with 540 additions and 22 deletions

14
backend/.env.test Normal file
View File

@@ -0,0 +1,14 @@
PORT=8080
NODE_ENV=development
API_PREFIX=/api
CORS_ORIGIN=*
LOG_LEVEL=debug
PROJECT_ID=test-project
DATABASE_URL=libsql://test-db.turso.io
DATABASE_AUTH_TOKEN=test-token
S3_ENDPOINT=https://t3.storage.dev
S3_BUCKET=test-bucket
S3_PREFIX=test-prefix
S3_ACCESS_KEY_ID=test-key
S3_SECRET_ACCESS_KEY=test-secret
S3_SESSION_TOKEN=