Spaces:
Sleeping
Sleeping
| services: | |
| - type: web | |
| name: antigravity-backend | |
| env: python | |
| buildCommand: pip install -r backend/requirements.txt | |
| startCommand: uvicorn backend.main:app --host 0.0.0.0 --port $PORT | |
| envVars: | |
| - key: MONGODB_URI | |
| sync: false | |
| - key: HF_TOKEN | |
| sync: false | |
| - key: JWT_SECRET | |
| sync: false | |
| - type: static | |
| name: antigravity-frontend | |
| buildCommand: "" | |
| staticPublishPath: ./frontend | |