Last active
September 28, 2018 20:56
-
-
Save kenvontucky/4ee90c0bac0f061cc5fd84973aa62c76 to your computer and use it in GitHub Desktop.
google app engine
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# [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