Skip to content

Commit

Permalink
chore: migrate back to @hono/vite-dev-server
Browse files Browse the repository at this point in the history
  • Loading branch information
jxom committed Feb 20, 2024
1 parent 4aeaca6 commit 430aee7
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 22 deletions.
38 changes: 19 additions & 19 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions src/cli/commands/dev.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import { existsSync } from 'node:fs'
import { join, resolve } from 'node:path'
// TODO: replace w/ @hono/vite-dev-server once https://github.com/honojs/vite-plugins/pull/86 merged.
import devServer from '@wevm/hono-vite-dev-server'
import devServer from '@hono/vite-dev-server'
import pc from 'picocolors'
import { createLogger, createServer } from 'vite'
import { findEntrypoint } from '../utils/findEntrypoint.js'
Expand Down
2 changes: 1 addition & 1 deletion src/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
},
"dependencies": {
"@farcaster/core": "^0.13.7",
"@wevm/hono-vite-dev-server": "0.6.0-0",
"@hono/vite-dev-server": "0.7.0",
"@noble/curves": "^1.3.0",
"detect-browser": "^5.3.0",
"cac": "^6.7.14",
Expand Down

0 comments on commit 430aee7

Please sign in to comment.