Skip to content

Commit

Permalink
chore(deps): update (#5347)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-akait authored Oct 30, 2024
1 parent e67cda8 commit a11d81f
Show file tree
Hide file tree
Showing 4 changed files with 988 additions and 1,001 deletions.
4 changes: 2 additions & 2 deletions examples/app/hono/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

const wdm = require("webpack-dev-middleware");
const { Hono } = require("hono");
const { serve } = require("@hono/node-server");
const { createAdaptorServer } = require("@hono/node-server");
// eslint-disable-next-line import/extensions, import/no-unresolved
const { serveStatic } = require("@hono/node-server/serve-static");
const { setup } = require("../../util");
Expand Down Expand Up @@ -33,7 +33,7 @@ module.exports = setup({
],
app: () => new Hono(),
server: (_, app) =>
serve({
createAdaptorServer({
fetch: app.fetch,
//
// Uncomment for `https`
Expand Down
Loading

0 comments on commit a11d81f

Please sign in to comment.