Unable to deploy solid-start website to netlify
The docs say that I should set
dist
as my publish folder but building doesn't generate a dist
folder. Just an .output
one and when I set the publish folder to either .output
,.output/public
or .output/server
it still doesn't work. Could anyone help me out?
(I am using Bun + solidStart)7 Replies
You might need to set
server: { preset: "netlify" }
in the app config tooI think I did that already hold on
this?
Remove the start: bit
oh I think that worked hold on a sec
Oh rename to
app.config.ts
and typescript should yell at you for having the start: {
bit therethank you that worked!!!! <3