reorganized project

This commit is contained in:
Parker TenBroeck 2026-01-09 21:18:25 -05:00
parent 34b20ec1fe
commit c57a95b7b5
29 changed files with 34 additions and 43 deletions

View file

@ -46,7 +46,7 @@ await startServer();
console.log("👀 watching for changes…");
const watcher = Deno.watchFs(["root", "src"]);
const watcher = Deno.watchFs(["root", "../automata", "../web_lib"]);
for await (const event of watcher) {
if (
event.kind === "modify" ||