We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8514c2a + 64f2a21 commit 3e95d80Copy full SHA for 3e95d80
demos/nodejs/ps-nodejs-demo.yaml
@@ -15,8 +15,7 @@ services:
15
# A backend which provides basic authentication and CRUD access to the Postgress DB from the client
16
demo-backend:
17
build:
18
- # TODO update branch after merging
19
- context: https://github.com/powersync-ja/powersync-nodejs-backend-todolist-demo.git#configurable-mongo-postgres
+ context: https://github.com/powersync-ja/powersync-nodejs-backend-todolist-demo.git
20
environment:
21
DATABASE_TYPE: ${DEMO_BACKEND_DATABASE_TYPE}
22
DATABASE_URI: ${DEMO_BACKEND_DATABASE_URI}
0 commit comments