From 8094c8edc06b57ca1b65ec0c42dcd15992766bd0 Mon Sep 17 00:00:00 2001 From: magnus Date: Sun, 25 May 2025 10:40:54 +0200 Subject: [PATCH 1/3] chore: update contribute readme --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 1875a431c..5811d9e6b 100644 --- a/README.md +++ b/README.md @@ -96,6 +96,8 @@ To run `OpenNext` locally: path/to/opennextjs-aws/packages/open-next/dist/index.js build ``` +There is also a way to run OpenNext locally. You can read a guide about it [here](https://opennext.js.org/aws/contribute/local_run). Be aware that this will not work the same way as a deployed version. Its mostly used to development/debugging purposes. + ### Coldstart OpenNext provide you with a warmer function that can be used to reduce cold start. From 6569957b97facb9bc87ff2668a5b00fcff4f60d5 Mon Sep 17 00:00:00 2001 From: magnus Date: Sun, 25 May 2025 11:23:55 +0200 Subject: [PATCH 2/3] review --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5811d9e6b..bd7c123d5 100644 --- a/README.md +++ b/README.md @@ -96,7 +96,7 @@ To run `OpenNext` locally: path/to/opennextjs-aws/packages/open-next/dist/index.js build ``` -There is also a way to run OpenNext locally. You can read a guide about it [here](https://opennext.js.org/aws/contribute/local_run). Be aware that this will not work the same way as a deployed version. Its mostly used to development/debugging purposes. +There is also a way to run OpenNext locally. You can read a guide about it [here](https://opennext.js.org/aws/contribute/local_run). Its mostly used to development/debugging purposes. ### Coldstart From 3562dcf0bc081255b04a7e14acdaa4dcef9db6e5 Mon Sep 17 00:00:00 2001 From: magnus Date: Sun, 25 May 2025 11:24:28 +0200 Subject: [PATCH 3/3] english --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bd7c123d5..9d19b5070 100644 --- a/README.md +++ b/README.md @@ -96,7 +96,7 @@ To run `OpenNext` locally: path/to/opennextjs-aws/packages/open-next/dist/index.js build ``` -There is also a way to run OpenNext locally. You can read a guide about it [here](https://opennext.js.org/aws/contribute/local_run). Its mostly used to development/debugging purposes. +There is also a way to run OpenNext locally. You can read a guide about it [here](https://opennext.js.org/aws/contribute/local_run). Its mostly used for development/debugging purposes. ### Coldstart