We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
on dev it looks great, but after running pnpm build it shows only a white page with no errors in the console.
pnpm build
(I didn't touch the code, I just downloaded, built, and running on local live server)
BTW, the pnpm validate command get an error: ./scripts/validate '.' is not recognized as an internal or external command
pnpm validate
The text was updated successfully, but these errors were encountered:
solved by changing createBrowserHistory in store.ts to createHashHistory
createBrowserHistory
createHashHistory
Sorry, something went wrong.
@ikonovations I'm afraid slow response, and thanks your reporting. But pnpm validate is working fine my local.
No branches or pull requests
on dev it looks great,
but after running
pnpm build
it shows only a white page with no errors in the console.(I didn't touch the code, I just downloaded, built, and running on local live server)
BTW, the
pnpm validate
command get an error:./scripts/validate
'.' is not recognized as an internal or external command
The text was updated successfully, but these errors were encountered: