Skip to content

Instantly share code, notes, and snippets.

@imxmacoyx
Created June 11, 2023 03:18
Show Gist options
  • Save imxmacoyx/dbeddf6e9b32086a4ee790bec2b147f7 to your computer and use it in GitHub Desktop.
Save imxmacoyx/dbeddf6e9b32086a4ee790bec2b147f7 to your computer and use it in GitHub Desktop.
runtime: python27
api_version: 1
threadsafe: true
handlers:
- url: /
static_files: dist/[project-name]/index.html
upload: dist/[project-name]/index.html
- url: /
static_dir: dist/[project-name]
skip_files:
- e2e/
- node_modules/
- src/
- coverage
- ^(.*/)?\..*$
- ^(.*/)?.*\.json$
- ^(.*/)?.*\.md$
- ^(.*/)?.*\.yaml$
- ^LICENSE
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment