Files
rowy/www/app.yaml
Shams mosowi 0f61821555 functional
2020-08-06 14:22:31 +10:00

14 lines
231 B
YAML

# [START runtime]
runtime: nodejs
env: flex
# [END runtime]
# [START handlers]
handlers:
- url: /
static_files: build/index.html
upload: build/index.html
- url: /(.*)$
static_files: build/\1
upload: build/(.*)