File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2525 node-version-file : node/.nvmrc
2626
2727 - name : Install PowerSync CLI
28- # todo: replace with npm install powersync
29- run : npm install ./build-bundle
28+ run : npm install powersync
3029
3130 - name : Deploy sync config
3231 env :
Original file line number Diff line number Diff line change 11streams :
22 owned_lists :
33 query : SELECT * FROM lists WHERE owner_id = auth.user_id()
4- list_todos :
5- query : SELECT * FROM todos WHERE list_id = subscription.parameter('list_id') AND list_id IN (SELECT id FROM lists WHERE owner_id = auth.user_id())
4+ # list_todos:
5+ # query: SELECT * FROM todos WHERE list_id = subscription.parameter('list_id') AND list_id IN (SELECT id FROM lists WHERE owner_id = auth.user_id())
66
77config :
88 # see https://docs.powersync.com/sync/advanced/compatibility
You can’t perform that action at this time.
0 commit comments