mirror of
https://github.com/clockworklabs/SpacetimeDB.git
synced 2026-05-12 10:48:19 -04:00
cb3ac50bdf
# Description of Changes Provides a fetch-alike API on `ctx.http`. I guess it could just be `ctx.fetch()` instead of `ctx.http.fetch()`, but I'm not sure if that's a good idea. # Expected complexity level and risk 2 # Testing <!-- Describe any testing you've done, and any testing you'd like your reviewers to do, so that you're confident that all the changes work as expected! --> - [x] Need to verify that this actually works - [ ] <!-- maybe a test you want a reviewer to do, so they can check it off when they're satisfied. -->
14 lines
453 B
YAML
14 lines
453 B
YAML
packages:
|
|
- 'crates/bindings-typescript'
|
|
- 'crates/bindings-typescript/test-app'
|
|
- 'crates/bindings-typescript/examples/quickstart-chat'
|
|
- 'crates/bindings-typescript/examples/basic-react'
|
|
- 'crates/bindings-typescript/examples/empty'
|
|
- 'modules/benchmarks-ts'
|
|
- 'modules/module-test-ts'
|
|
- 'modules/quickstart-chat-ts'
|
|
- 'modules/sdk-test-connect-disconnect-ts'
|
|
- 'modules/sdk-test-procedure-ts'
|
|
- 'modules/sdk-test-ts'
|
|
- 'docs'
|