Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion fastapi-starter/backend/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ ENV/

# UV
.uv/
uv.lock
# uv.lock # Committed for production parity

# IDE
.vscode/
Expand Down
2 changes: 1 addition & 1 deletion fastapi-starter/backend/render.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ services:
plan: free # Change to starter if ML dependencies cause issues
runtime: python
rootDir: fastapi-starter/backend
buildCommand: pip install uv && uv sync --frozen
buildCommand: pip install uv && uv sync
startCommand: uv run uvicorn app.main:app --host 0.0.0.0 --port $PORT
envVars:
- key: PYTHON_VERSION
Expand Down
Loading