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
Thanks for this interesting template Jordan!
When running npm start for the first time, I saw these logs:
npm start
... Started Fable compilation... Fable compilation finished in 3767ms .> node_modules/.bin/vite Watching .. Sudo password:
... Started Fable compilation... Fable compilation finished in 3767ms
.> node_modules/.bin/vite Watching .. Sudo password:
This seems to be because of the use of https://github.com/liuweiGL/vite-plugin-mkcert (see vitejs/vite#11772).
Is there a way that I can avoid using that plugin? I don't want to give root privileges out to try out this template. Thanks 🙂
The text was updated successfully, but these errors were encountered:
Sure, just remove the plugin in this file (line 36): https://github.com/JordanMarr/fable-lit-fullstack-template/blob/main/Template/WebLit/vite.config.js
Sorry, something went wrong.
No branches or pull requests
Thanks for this interesting template Jordan!
When running
npm start
for the first time, I saw these logs:This seems to be because of the use of https://github.com/liuweiGL/vite-plugin-mkcert (see vitejs/vite#11772).
Is there a way that I can avoid using that plugin? I don't want to give root privileges out to try out this template. Thanks 🙂
The text was updated successfully, but these errors were encountered: