From f8947065dc3fe9ac3a028474f2fd1980418ed787 Mon Sep 17 00:00:00 2001 From: Travis Reeder Date: Fri, 6 Oct 2023 05:59:35 -0700 Subject: [PATCH] Update app.js --- example/bun-hono/app.js | 7 ------- 1 file changed, 7 deletions(-) diff --git a/example/bun-hono/app.js b/example/bun-hono/app.js index e9b9ec8..e90a3a8 100644 --- a/example/bun-hono/app.js +++ b/example/bun-hono/app.js @@ -22,13 +22,6 @@ const app = new Hono() app.use('/*', serveStatic({ root: './public' })) // https://github.com/honojs/node-server#serve-static-middleware -// app.get('/styles.css', async (c) => { -// return css({ -// imports: ['https://cdn.jsdelivr.net/gh/treeder/web-components@0/css/nostrap.css', -// '/css/styles.css',] -// }) -// }) - app.get('/', async (c) => { let d = { name: "John Wick",