Skip to content

Commit

Permalink
docs: add edge releases channel
Browse files Browse the repository at this point in the history
  • Loading branch information
Atinux committed Apr 18, 2023
1 parent 48a979e commit 2793f51
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions docs/content/1.guide/0.getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,3 +85,22 @@ You can try it locally with:
npm run preview
```


### Edge Release Channel

Nitro offers an edge release channel that automatically releases for every commit to `main` branch.

You can opt-in to the edge release channel by updating your `package.json`:

```diff
{
"devDependencies": {
-- "nitropack": "^2.0.0"
++ "nitropack": "npm:nitropack-edge@latest"
}
}
```

Remove an lockfile (`package-lock.json`, `yarn.lock`, or `pnpm-lock.yaml`) and reinstall the dependencies.


0 comments on commit 2793f51

Please sign in to comment.