Skip to content

Commit d9404bb

Browse files
cleanup
1 parent 3b4bfd4 commit d9404bb

7 files changed

Lines changed: 6 additions & 7 deletions

File tree

cli/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,6 @@
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",

cli/templates/cloud/powersync/service.template.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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

examples/cloud/basic-cloud-pull/powersync/service.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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

examples/self-hosted/local-basic-supabase/powersync/sync-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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

66
config:
77
edition: 3

examples/self-hosted/local-postgres-node/powersync/sync-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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

66
config:
77
edition: 3

examples/self-hosted/local-postgres/powersync/sync-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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

66
config:
77
edition: 3

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
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"

0 commit comments

Comments
 (0)