v0.0.13
20 June 2026
Removed the legacy root-level public/ folder; the web root is now configurable.
Removed
- The legacy root-level
public/folder (index.php,server.php,worker.php). The app now serves fromsite/public/only.
Changed
App::$publicis now read from apublickey inconfig.json, falling back to{path}/public, instead of always being hardcoded.- Caddyfile worker and root paths updated to point at
site/publicdirectly.