Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,16 @@ Open this repo in an AI Editor and use [NewAppPrompt.md](NewAppPrompt.md) as pro

---

## Pre-release channel

Stable releases ship from `main` (`apps@X.Y.Z`). Pre-releases ship from the `next` branch as `apps@X.Y.Z-next.N` and let you opt-in to in-progress changes. Pin an exact tag:

```jsonc
"apps/": "https://cdn.jsdelivr.net/gh/deco-cx/apps@<X.Y.Z-next.N>/"
```

`deno task update` filters out semver prereleases by default, so sites stay on stable unless you explicitly pin a `-next.N` version.

## Debugging HTTP Requests

To enable verbose HTTP request debugging logs, set the environment variable `DEBUG_HTTP` to `true` when running this repo:
Expand Down
Loading