Skip to content

Instantly share code, notes, and snippets.

View aprln's full-sized avatar
💭
<-_->

April N aprln

💭
<-_->
View GitHub Profile
@aprln
aprln / app.yaml
Last active January 27, 2021 18:25
app.yaml for Google App Engine hosting Vue apps built with Quasar framework. Put this file in the "dist" folder then run "gcloud app deploy" inside the "dist" folder.
runtime: php55
api_version: 1
threadsafe: true
default_expiration: "5m"
handlers:
- url: /(.*\.(appcache|manifest))
mime_type: text/cache-manifest
static_files: \1