You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+15-1Lines changed: 15 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,7 +36,7 @@ OpenNext aims to support all Next.js 14 features. Some features are work in prog
36
36
-[x] Image optimization
37
37
-[x][NextAuth.js](https://next-auth.js.org)
38
38
-[x] Running at edge
39
-
-[x][Almost no coldstart (*)](#coldstart)
39
+
-[x][Almost no coldstart (\*)](#coldstart)
40
40
41
41
## Who is using OpenNext?
42
42
@@ -56,6 +56,20 @@ This will output A LOT of additional logs to the console. This also disable mini
56
56
57
57
You can read more about the configuration in the [docs](https://opennext.js.org/aws/config)
58
58
59
+
## Preleases
60
+
61
+
Besides the standard npm releases we also automatically publish prerelease packages on branch pushes (using [`pkg.pr.new`](https://github.com/stackblitz-labs/pkg.pr.new)):
62
+
63
+
-`https://pkg.pr.new/@opennextjs/aws@main`:
64
+
Updated with every push to the `main` branch, this prerelease contains the most up to date yet (reasonably) stable version of the package.
Updated with every push to the `experimental` branch, this prerelease contains the latest experimental version of the package (containing features that we want to test/experiment on before committing to).
67
+
68
+
Which you can simply install directly with your package manager of choice, for example:
0 commit comments