@zenuml/core 3.49.0 → 3.49.2
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/cli/zenuml.mjs +298 -278
- package/dist/cli/zenuml.mjs.map +1 -1
- package/dist/zenuml.esm.mjs +1763 -1700
- package/dist/zenuml.esm.mjs.map +1 -1
- package/dist/zenuml.js +434 -434
- package/dist/zenuml.js.map +1 -1
- package/package.json +5 -5
package/README.md
CHANGED
|
@@ -85,10 +85,10 @@ tunnels for this.
|
|
|
85
85
|
|
|
86
86
|
### Cloudflare tunnels [for collaborators only]
|
|
87
87
|
|
|
88
|
-
1. Start your local dev server at `
|
|
88
|
+
1. Start your local dev server at `14000` with `bun dev`.
|
|
89
89
|
2. Request a subdomain from the team. For example, `air.zenuml.com`.
|
|
90
90
|
3. You will be given a command that install a service locally. Run it.
|
|
91
|
-
4. Your localhost:
|
|
91
|
+
4. Your localhost:14000 will be available at `air.zenuml.com`.
|
|
92
92
|
|
|
93
93
|
### Docker
|
|
94
94
|
|