Open bartoszkrawczyk2 opened 11 months ago
Steps to reproduce
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
npm create vite@latest
cd
npm install
npm install @hono/vite-dev-server --save-dev
devServer
@hono/vite-dev-server
vite.config.ts
npm run dev
I don't know how to solve the problem with that much information, but I would recommend grabbing the Cloudflare Pages starter.
https://hono.dev/getting-started/cloudflare-pages
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
adddevServer
from@hono/vite-dev-server
to plugins invite.config.ts
try to run withnpm run dev