S
SolidJS3w ago
lili

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)
No description
7 Replies
Brendonovich
Brendonovich3w ago
You might need to set server: { preset: "netlify" } in the app config too
lili
lili3w ago
I think I did that already hold on
lili
lili3w ago
this?
No description
Brendonovich
Brendonovich3w ago
Remove the start: bit
lili
lili3w ago
oh I think that worked hold on a sec
Brendonovich
Brendonovich3w ago
Oh rename to app.config.ts and typescript should yell at you for having the start: { bit there
lili
lili3w ago
thank you that worked!!!! <3