Answer Overflow Logo
Change Theme
Search Answer Overflow
GitHub
Add Your Server
Login
Home
Popular
Topics
Gaming
Programming
king8fisher
Explore posts from servers
D
Deno
S
SolidJS
H
Hono
Posts
Comments
H
Hono
•
Created by king8fisher on 4/22/2024 in
#help
Running `bun run dev` on a newly created Cloudflare Pages example spits an error
Solution to the error: add another port to the vite config
server: {
port: 3009
}
server: {
port: 3009
}
The warning is still there, but it seems to be harmless.
8 replies
H
Hono
•
Created by king8fisher on 4/22/2024 in
#help
Running `bun run dev` on a newly created Cloudflare Pages example spits an error
Actually it looks like 2 separate things: a warning and an error
8 replies
H
Hono
•
Created by king8fisher on 4/22/2024 in
#help
Running `bun run dev` on a newly created Cloudflare Pages example spits an error
It does look like a permission error which is quite weird. I will try to run the command in a pure Terminal
8 replies