We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a231de commit 041a49fCopy full SHA for 041a49f
1 file changed
docs/app.yaml
@@ -1,5 +1,5 @@
1
env: standard
2
-runtime: nodejs16
+runtime: nodejs20
3
service: default
4
automatic_scaling:
5
min_idle_instances: automatic
@@ -29,4 +29,4 @@ handlers:
29
# anything else (e.g. /docs)
30
- url: /(.*)
31
static_files: build/\1/index.html
32
- upload: build/(.*)
+ upload: build/(.*)
0 commit comments