Files
ueforth/attic/jotblk/app.yaml
Brad Nelson 3a5daad8af Adding jotblk sample.
A web editor that embeds uEforth.
2025-05-10 12:41:18 -07:00

18 lines
246 B
YAML

runtime: python39
default_expiration: "10m"
handlers:
- url: /
static_files: static/index.html
upload: static/index.html
secure: always
- url: /static
static_dir: static
secure: always
- url: /io
script: main.app
secure: always