Skip to content

Commit

Permalink
docs: replace app to server
Browse files Browse the repository at this point in the history
  • Loading branch information
yusukebe committed Nov 13, 2024
1 parent 57ad9a7 commit 12ae2e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,9 +93,9 @@ To deploy your app to Cloudflare Workers, you can write the following handler on
// worker.ts
import handle from 'hono-remix-adapter/cloudflare-workers'
import * as build from './build/server'
import app from './server'
import server from './server'

export default handle(build, app)
export default handle(build, server)
```

Specify `worker.ts` in your `wrangler.toml`:
Expand Down

0 comments on commit 12ae2e1

Please sign in to comment.