You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Init new vite app via npm create vite@latest cd to the directory npm install npm install @hono/vite-dev-server --save-dev
add devServer from @hono/vite-dev-server to plugins in vite.config.ts
try to run with npm run dev
The text was updated successfully, but these errors were encountered:
Steps to reproduce
Init new vite app via
npm create vite@latest
cd
to the directorynpm install
npm install @hono/vite-dev-server --save-dev
add
devServer
from@hono/vite-dev-server
to plugins invite.config.ts
try to run with
npm run dev
The text was updated successfully, but these errors were encountered: