Skip to content

Commit

Permalink
void server.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
Zizwar committed Jul 13, 2024
1 parent 8ac9dad commit c347fb9
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions vanilla/server.ts
Original file line number Diff line number Diff line change
@@ -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: "./" }));
//
Deno.serve(app.fetch);

2 comments on commit c347fb9

@deno-deploy
Copy link

@deno-deploy deno-deploy bot commented on c347fb9 Jul 13, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Failed to deploy:

ISOLATE_INTERNAL_FAILURE

@deno-deploy
Copy link

@deno-deploy deno-deploy bot commented on c347fb9 Jul 14, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Failed to deploy:

ISOLATE_INTERNAL_FAILURE

Please sign in to comment.