···1717- `CONTEXT=production`
1818- `DEPLOY_SECRET=...`
19192020-Optional deploy keys:
2121-- `DEPLOY_BRANCH=master` or `DEPLOY_BRANCH=main`
2222-- `DEPLOY_BRANCHES=master,main` to allow multiple webhook refs
2323-2420Recommended workflow:
25211. Copy `.env.example` to `.env`
26222. Fill in the real production values
27233. Re-run `fish vault-tool.fish status` to confirm `lith/.env` is tracked
2828-4. Push the deploy branch to GitHub. The webhook deploys pushed commits only.
2929-5. Or deploy manually with `fish /workspaces/aesthetic-computer/lith/deploy.fish`
3030-3131-Notes:
3232-- `lith/deploy.fish` no longer rsyncs local working-tree files into production.
3333-- Manual deploys now reset the host to the pushed git branch state, then refresh `.commit-ref`.
2424+4. Deploy with `fish /workspaces/aesthetic-computer/lith/deploy.fish`
+1-1
system/public/aesthetic.computer/lib/disk.mjs
···67676868import * as lisp from "./kidlisp.mjs";
6969import { isKidlispSource, fetchCachedCode, fetchKidlispMetadata, getCachedCode, initPersistentCache, getCachedCodeMultiLevel, saveCodeToAllCaches, enableKidlispConsole, enableKidlispTrace, disableKidlispTrace, clearExecutionTrace, postExecutionTrace } from "./kidlisp.mjs"; // Add lisp evaluator.
7070-import * as l5 from "./l5.mjs";
7070+import * as l5 from "./l5.mjs?v=20260330-runtime-support";
71717272import { qrcode as qr, ErrorCorrectLevel } from "../dep/@akamfoad/qr/qr.mjs";
7373import { microtype, MatrixChunky8 } from "../disks/common/fonts.mjs";