Skip to content

Commit

Permalink
Update app.js
Browse files Browse the repository at this point in the history
  • Loading branch information
treeder authored Oct 6, 2023
1 parent b873f49 commit f894706
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions example/bun-hono/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit f894706

Please sign in to comment.