vite-plugins icon indicating copy to clipboard operation
vite-plugins copied to clipboard

TypeError: Object prototype may only be an Object or null: undefined

Open bartoszkrawczyk2 opened this issue 2 years ago • 1 comments

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

bartoszkrawczyk2 avatar Dec 19 '23 12:12 bartoszkrawczyk2

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

yusukebe avatar Dec 23 '23 05:12 yusukebe