Skip to content

Instantly share code, notes, and snippets.

@kenvontucky
Last active September 28, 2018 20:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kenvontucky/4ee90c0bac0f061cc5fd84973aa62c76 to your computer and use it in GitHub Desktop.
Save kenvontucky/4ee90c0bac0f061cc5fd84973aa62c76 to your computer and use it in GitHub Desktop.
google app engine
# [START runtime]
runtime: nodejs8
handlers:
- url: /
static_files: dist/demo-app/index.html
upload: dist/demo-app/index.html
- url: /
static_dir: dist/demo-app
# [END runtime]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment