Thanks for this interesting template Jordan!
When running npm start for the first time, I saw these logs:
...
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 🙂
Thanks for this interesting template Jordan!
When running
npm startfor 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 🙂