github.com/machinebox/remoto@v0.1.2-0.20191024144331-eff21a7d321f/console/www/app.yaml (about)

     1  runtime: go
     2  api_version: go1.9
     3  
     4  handlers:
     5  - url: /static
     6    static_dir: static
     7  - url: /.*
     8    script: _go_app
     9  
    10  skip_files:
    11    - ^.*node_modules(/.*)?