osury 0.17.2 → 0.17.3
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 +4 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -158,9 +158,11 @@ The library uses **sury-ppx** for code-first approach — `@schema` annotation a
|
|
|
158
158
|
|
|
159
159
|
## Demo Playground
|
|
160
160
|
|
|
161
|
-
|
|
161
|
+
Try it online: **[osury-production.up.railway.app](https://osury-production.up.railway.app/)**
|
|
162
162
|
|
|
163
|
-
|
|
163
|
+
This repository also includes a local demo for development:
|
|
164
|
+
|
|
165
|
+
### Run locally
|
|
164
166
|
|
|
165
167
|
```bash
|
|
166
168
|
npm run demo
|