Skip to content
7 changes: 7 additions & 0 deletions appengine/static-files/app.standard.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,11 @@

# [START app_yaml]
runtime: nodejs8

handlers:
- url: /static
static_dir: public

- url: /.*
script: auto
# [END app_yaml]