github.com/GoogleCloudPlatform/testgrid@v0.0.174/web/app.yaml (about) 1 runtime: python39 2 3 handlers: 4 - url: / 5 static_files: dist/index.html 6 upload: dist/index.html 7 8 - url: /(.*) 9 static_files: dist/\1 10 upload: dist/(.*)