-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add warnings in the aws and cloudflare docs regarding the limited win…
…dows support (#49)
- Loading branch information
1 parent
d534771
commit e188122
Showing
3 changed files
with
24 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
OpenNext can be used on Windows systems but Windows full support is not guaranteed because: | ||
- historically the Next.js tooling itself has had Windows support issues | ||
(and OpenNext is built on these tools) | ||
- the OpenNext team has limited capacity and fully supporting Windows (given the point above) | ||
has been determined to be a lower priority, thus the effort and testing on Windows is limited | ||
|
||
Given the above, you can develop your application under Windows at your own risk. If you don't have an alternative we | ||
recommend either: | ||
- running OpenNext using [WSL2](https://learn.microsoft.com/en-us/windows/wsl/), | ||
- in a Linux Virtual Machine or | ||
- develop your application using the standard Next.js tooling and deploy it using OpenNext in CI/CD systems such | ||
as [GitHub Actions](https://github.com/features/actions) that run linux/MacOS environments |