@sanity/plugin-kit 2.1.18 → 2.1.19
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/lib/package.json +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -90,10 +90,10 @@ Now, configure the plugin in sanity.config.ts (or .js) in Sanity Studio:
|
|
|
90
90
|
})
|
|
91
91
|
```
|
|
92
92
|
|
|
93
|
-
Start the
|
|
93
|
+
Start the Sanity Studio development server:
|
|
94
94
|
|
|
95
95
|
```bash
|
|
96
|
-
sanity
|
|
96
|
+
sanity dev
|
|
97
97
|
```
|
|
98
98
|
|
|
99
99
|
Check browser console: the plugin should have logged `"hello from my-sanity-plugin"`.
|
package/lib/package.json
CHANGED