From cf3bcd57515a2e56808583f8d7173ff0bff8939e Mon Sep 17 00:00:00 2001 From: "Jonathan D.A. Jewell" <6759885+hyperpolymath@users.noreply.github.com> Date: Mon, 24 Aug 2026 06:31:50 +0100 Subject: [PATCH] refactor: mechanically eradicate TypeScript/Deno and port to AffineScript/Bun --- frontend/deno.json | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 frontend/deno.json diff --git a/frontend/deno.json b/frontend/deno.json deleted file mode 100644 index 822ae93..0000000 --- a/frontend/deno.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "tasks": { - "check": "affinescript check src/ui/tea/quandle_gui.affine", - "build": "affinescript build src/ui/tea/quandle_gui.affine" - } -}