Replies: 1 comment 2 replies
-
Hi @tobiasgranlof ! All pull request with improvement are welcome. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
From what I've seen in your boilerplate, ssr is set to false in svelte.config.js where they state in their documentation that "Enables or disables server-side rendering app-wide.". So from that, this boilerplate is not ssr. If your are not hiding it anywhere else.
Another improvement that came to my mind is that this boilerplate doesn't have https support out-of-the-box since when we add
'-H'
flag to command, Vite can't connect as well when I checked in the web browser console. Continuous refreshing.Beta Was this translation helpful? Give feedback.
All reactions