Mixonomer/app.yaml

12 lines
126 B
YAML

runtime: python37
service: spotify
handlers:
- url: /static
static_dir: build
- url: /.*
script: auto
secure: always