Skip to content

Commit 839058c

Browse files
aparna534aparna534
authored andcommitted
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.
1 parent 6c2ead0 commit 839058c

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

demos/palm/web/travel-planner/app.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
runtime: python310
15+
runtime: nodejs18
1616

1717
handlers:
1818
- url: /

examples/gemini/python/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
2+

0 commit comments

Comments
 (0)