From 8ac9dadd89a34b539cb1ad4fc20a5571ab9e9407 Mon Sep 17 00:00:00 2001 From: Ibrahim BIDI Date: Sat, 13 Jul 2024 05:09:17 +0100 Subject: [PATCH] voide main.ts --- vanilla/main.ts | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/vanilla/main.ts b/vanilla/main.ts index 7c02e0c..e69de29 100644 --- a/vanilla/main.ts +++ b/vanilla/main.ts @@ -1,18 +0,0 @@ -//if deno -//import { Hono } from "npm:hono"; - -//if nodejs -//import { Hono } from "hono"; - -import { Hono } from "https://deno.land/x/hono/mod.ts"; -import { - serveStatic -} from "https://deno.land/x/hono/middleware.ts"; - - - -const app = new Hono(); - -app.all("*", serveStatic({ root: "./vanilla" })); -// -Deno.serve(app.fetch); \ No newline at end of file