You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Regen the api types from the server.
* fmt the client api code
* Use the multi versions of subscription messages.
* Add ref counting of rows and delay callbacks.
* WIP debugging tests.
* Regen test app
* A lot of changes.
* Use new subscription api.
* remove commented out code.
* Fix update and cleanup.
* Fix path to spacetimedb
* Run tests before checking diff in CI
* Update packages/sdk/tests/db_connection.test.ts
Co-authored-by: Tyler Cloutier <[email protected]>
* Update packages/sdk/tests/db_connection.test.ts
Co-authored-by: Tyler Cloutier <[email protected]>
* Update packages/sdk/tests/db_connection.test.ts
Co-authored-by: Tyler Cloutier <[email protected]>
* Update packages/sdk/tests/db_connection.test.ts
Co-authored-by: Tyler Cloutier <[email protected]>
* Various cleanups.
* Comment out the CI test for the generated code being up to date.
* Regen.
* Add sed command.
---------
Co-authored-by: Tyler Cloutier <[email protected]>
Copy file name to clipboardExpand all lines: DEVELOP.md
+2
Original file line number
Diff line number
Diff line change
@@ -11,6 +11,8 @@ Within each generated file:
11
11
12
12
- Change the import from `"@clockworklabs/spacetimedb-sdk"` to `"../index"`.
13
13
14
+
On a mac, you can do that by running this in the directory: `find . -type f -exec sed -i '' 's/"@clockworklabs\/spacetimedb-sdk"/"..\/index"/g' {} \;`.
15
+
14
16
## Releases and publishing
15
17
16
18
Every Pull Request with a public-facing change (Bug fix, perf, feature etc) must be accompanied by a changeset. Any person working on a patch or feature needs to run `pnpm -w changeset` command, which will prompt them to select packages changed. Choose `@clockworklabs/spacetimedb-sdk`
0 commit comments