You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
288 B

  1. runtime: php72
  2. handlers:
  3. - url: /assets
  4. static_dir: public/assets
  5. - url: /semantic-ui
  6. static_dir: public/semantic-ui
  7. - url: /(favicon\.ico|robots\.txt)$
  8. static_files: public/\1
  9. upload: public/(favicon\.ico|robots\.txt)$
  10. - url: .*
  11. script: auto
  12. entrypoint: serve public/index.php