File tree Expand file tree Collapse file tree
templates/cloud/powersync
cloud/basic-cloud-pull/powersync
local-basic-supabase/powersync
local-postgres-node/powersync Expand file tree Collapse file tree Original file line number Diff line number Diff line change 120120 "scripts" : {
121121 "dev" : " tsx bin/dev.js" ,
122122 "clean" : " rm -rf dist tsconfig.tsbuildinfo" ,
123- "build:ts" : " tsc -b" ,
124123 "build" : " tsc -b" ,
125124 "lint" : " eslint" ,
126125 "postpack" : " shx rm -f oclif.manifest.json" ,
Original file line number Diff line number Diff line change 11# PowerSync Cloud config – source-of-truth template with all schema options as valid YAML.
2- # Docs: https://docs.powersync.com/usage/ sync-rules
2+ # Docs: https://docs.powersync.com/sync/overview
33
44# [required] Service type identifier.
55_type : cloud
Original file line number Diff line number Diff line change 22# yaml-language-server: $schema=https://unpkg.com/@powersync/cli-schemas@latest/json-schema/service-config.json
33
44# PowerSync Cloud config – source-of-truth template with all schema options as valid YAML.
5- # Docs: https://docs.powersync.com/usage/ sync-rules
5+ # Docs: https://docs.powersync.com/sync/overview
66
77# [required] Service type identifier.
88_type : cloud
Original file line number Diff line number Diff line change 11# yaml-language-server: $schema=https://unpkg.com/@powersync/service-sync-rules@latest/schema/sync_rules.json
22#
33# See Documentation for more information:
4- # https://docs.powersync.com/usage/ sync-rules
4+ # https://docs.powersync.com/sync/overview
55
66config :
77 edition : 3
Original file line number Diff line number Diff line change 11# yaml-language-server: $schema=https://unpkg.com/@powersync/service-sync-rules@latest/schema/sync_rules.json
22#
33# See Documentation for more information:
4- # https://docs.powersync.com/usage/ sync-rules
4+ # https://docs.powersync.com/sync/overview
55
66config :
77 edition : 3
Original file line number Diff line number Diff line change 11# yaml-language-server: $schema=https://unpkg.com/@powersync/service-sync-rules@latest/schema/sync_rules.json
22#
33# See Documentation for more information:
4- # https://docs.powersync.com/usage/ sync-rules
4+ # https://docs.powersync.com/sync/overview
55
66config :
77 edition : 3
Original file line number Diff line number Diff line change 2424 "test" : " pnpm -r run test" ,
2525 "configure-hooks" : " husky" ,
2626 "prepare" : " husky" ,
27- "powersync-dev" : " pnpm -C cli run build:ts && pnpm exec node --inspect --enable-source-maps --import tsx ./cli/bin/dev.js"
27+ "powersync-dev" : " pnpm -C cli run build && pnpm exec node --inspect --enable-source-maps --import tsx ./cli/bin/dev.js"
2828 },
2929 "engines" : {
3030 "node" : " >=24"
You can’t perform that action at this time.
0 commit comments