generative-ai-docs
generative-ai-docs copied to clipboard
Fix the AppEngine deployment runtime as NodeJS
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.