From 839058cf7d2cbbeb6d487bef42ea5598a97014c5 Mon Sep 17 00:00:00 2001 From: aparna534 Date: Tue, 25 Mar 2025 11:09:33 -0500 Subject: [PATCH] Fix the AppEngine deployment runtime as NodeJS (#96) The app.yaml should use nodejs as runtime for React application. The python runtime will cause the deployment failure. The PR suggests using nodejs18 as stable Nodejs runtime. --- demos/palm/web/travel-planner/app.yaml | 2 +- examples/gemini/python/README.md | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 examples/gemini/python/README.md diff --git a/demos/palm/web/travel-planner/app.yaml b/demos/palm/web/travel-planner/app.yaml index e7cc64fc7..cc1d59703 100644 --- a/demos/palm/web/travel-planner/app.yaml +++ b/demos/palm/web/travel-planner/app.yaml @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -runtime: python310 +runtime: nodejs18 handlers: - url: / diff --git a/examples/gemini/python/README.md b/examples/gemini/python/README.md new file mode 100644 index 000000000..d99bfa2e4 --- /dev/null +++ b/examples/gemini/python/README.md @@ -0,0 +1,2 @@ + +