summaryrefslogtreecommitdiff
path: root/main.ts
diff options
context:
space:
mode:
authorseth <[email protected]>2024-10-12 14:28:54 -0400
committerseth <[email protected]>2024-10-12 14:59:04 -0400
commit6a2d9e752fab27b59da4f194b0ef6daf7e8b6d81 (patch)
treeed8f9f07861a0a4463dcd910baa349b6cc6656aa /main.ts
parent08912b439bd61088dd849b9342a81341fa9e4a23 (diff)
port to deno
Diffstat (limited to 'main.ts')
-rw-r--r--main.ts3
1 files changed, 3 insertions, 0 deletions
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);