Expand description
Tiny always-on static file server for model-created apps. Serves
GET /<space>/<app>/<path…> from spaces/<space>/apps/<app>/<path…>,
localhost only, GET/HEAD only. Hand-rolled on tokio — no framework dep
for ~150 lines of static serving.