solid build works, vite build doesn't
i have a website that should be SSG'd for use in a Tauri app (https://tauri.app/). when i run
solid build
, it works fine. vite build
doesn't though. am i supposed to worry?
2 Replies
What does your project structure look like?
Specifically, where is index.html located?
the project was created by
pnpm create solid
, the only index.html i can see is the one in /dist/public
there's one in .solid and .solid/inspect too