Html – controlling css order in vite dev server
I have a webpage, that loads a script from a vite dev server. so at the end of body I have this tag <script type="module" src="https://localhost:5173/index.ts"></script> In general this works fine, and when I build and bundle everything it works…