solid-start
solid-start copied to clipboard
CSR mode not working with index.html in dev mode
Hello, when we use the index.html method for CSR, the rendered HTML in dev mode is completely different and omits everything defined in the index.html
It just uses a default root.tsx if it doesn't exist and don't take what I have in my index.html file.
Hope someone can help me- Thanks!