Skip to content
Merged
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
3 changes: 2 additions & 1 deletion render.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ services:
- type: web
name: flowfi-backend
env: node
entrypoint: npm run start
rootDir: backend
autoDeploy: true
buildCommand: npm install && npm run prisma:generate && npm run build
Expand All @@ -22,7 +23,7 @@ services:
value: "false"
- key: LOG_LEVEL
value: info

databases:
- name: flowfi-postgres
databaseName: flowfi
Expand Down
Loading