@notionhq/custom-blocks-dev-shell 0.1.52 → 0.1.54
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 +2 -2
- package/dist/assets/index-2yDfRiYd.js +11 -0
- package/dist/assets/index-BOt07-3a.css +2 -0
- package/dist/index.html +2 -2
- package/dist-cli/convert.js +2 -2
- package/dist-cli/published-cli.js +1 -1
- package/dist-cli/runtime-error-client.js +1 -1
- package/dist-cli/vite-block-server.js +1 -0
- package/package.json +15 -15
- package/dist/assets/index-B7I3Gs_j.js +0 -11
- package/dist/assets/index-DZSJvmJN.css +0 -2
package/README.md
CHANGED
|
@@ -13,10 +13,10 @@ Three groups use this dev shell:
|
|
|
13
13
|
|
|
14
14
|
## Usage
|
|
15
15
|
|
|
16
|
-
|
|
16
|
+
Run this command from your worker project:
|
|
17
17
|
|
|
18
18
|
```bash
|
|
19
|
-
ntn customblocks dev
|
|
19
|
+
ntn workers customblocks dev
|
|
20
20
|
```
|
|
21
21
|
|
|
22
22
|
Then open `http://localhost:9873`.
|