@notionhq/custom-blocks-dev-shell 0.1.65 → 0.1.67
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -0
- package/data/people.json +0 -1
- package/data/radar.json +0 -1
- package/data/tasks.json +0 -1
- package/dist/assets/{index-BtBedBtp.js → index-jvcNWLYF.js} +3 -3
- package/dist/index.html +1 -1
- package/dist-cli/convert.js +3 -10
- package/dist-cli/data-sources.js +3 -5
- package/dist-cli/dev-shell-launcher.js +14 -1
- package/dist-cli/materialize.js +4 -8
- package/dist-cli/prebuilt.js +2 -5
- package/dist-cli/resolve-bindings.js +39 -0
- package/dist-cli/source-bindings.js +17 -0
- package/docs/bindings.md +43 -19
- package/docs/data-sources.md +29 -11
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -39,6 +39,9 @@ structured error or `Retry` to remount the block and host.
|
|
|
39
39
|
`9873`.
|
|
40
40
|
- `--block-base-port <port>`: Set the first port for block servers. The default
|
|
41
41
|
is `9876`. Each next block uses the next port.
|
|
42
|
+
- `-- --bind <capabilityKey>.<dataSourceKey>=<sampleDataFileName>`: Choose sample data.
|
|
43
|
+
Repeat for multiple slots. The `--` is required for forwarding through `ntn`.
|
|
44
|
+
See [bindings](./docs/bindings.md) for an example.
|
|
42
45
|
|
|
43
46
|
## Documentation
|
|
44
47
|
|
package/data/people.json
CHANGED
package/data/radar.json
CHANGED