From 6a2d9e752fab27b59da4f194b0ef6daf7e8b6d81 Mon Sep 17 00:00:00 2001 From: seth Date: Sat, 12 Oct 2024 14:28:54 -0400 Subject: port to deno --- main.ts | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 main.ts (limited to 'main.ts') diff --git a/main.ts b/main.ts new file mode 100644 index 0000000..45ae6ac --- /dev/null +++ b/main.ts @@ -0,0 +1,3 @@ +import app from "./lib/mod.ts"; + +Deno.serve(app.fetch); -- cgit v1.2.3