Adding jotblk sample.

A web editor that embeds uEforth.
This commit is contained in:
Brad Nelson
2025-05-10 12:41:18 -07:00
parent ac6abf445b
commit 3a5daad8af
11 changed files with 751 additions and 0 deletions

17
attic/jotblk/app.yaml Normal file
View File

@ -0,0 +1,17 @@
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