8000 docs: add edge releases channel · nitrojs/nitro@2793f51 · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Commit 2793f51

Browse files
authored
docs: add edge releases channel
1 parent 48a979e commit 2793f51

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

docs/content/1.guide/0.getting-started.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,3 +85,22 @@ You can try it locally with:
8585
npm run preview
8686
```
8787

88+
89+
### Edge Release Channel
90+
91+
Nitro offers an edge release channel that automatically releases for every commit to `main` branch.
92+
93+
You can opt-in to the edge release channel by updating your `package.json`:
94+
95+
```diff
96+
{
97+
"devDependencies": {
98+
-- "nitropack": "^2.0.0"
99+
++ "nitropack": "npm:nitropack-edge@latest"
100+
}
101+
}
102+
```
103+
104+
Remove an lockfile (`package-lock.json`, `yarn.lock`, or `pnpm-lock.yaml`) and reinstall the dependencies.
105+
106+

0 commit comments

Comments
 (0)
0