king8fisher
king8fisher
Explore posts from servers
HHono
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
HHono
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
HHono
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