S
SolidJS2y ago
Aspy

Template seems to have an issue.

I created a new repo and filled it using pnpx degit solidjs/templates/js . --force and pnpm i and I get the error in jsconfig.json that the definition file for vite/client is missing I attempted to start the template anyway with pnpm serve and I just get Cannot GET / please ping if you have replies
3 Replies
milomg (modderme123)
@someaspy pnpm serve is for serving the final bundled application, in development try pnpm start or pnpm dev
Unknown User
Unknown User2y ago
Message Not Public
Sign In & Join Server To View
Aspy
Aspy2y ago
ah yes I had a smooth brain moment, you are right