Why can I not see my css changes on localhost:300/index.html but I see them fine on localhost:8000? To be more precise, I can only see them the first time I add them, then as soon as I save a file anywhere in the project they disappear. Do I need any extra configuration of the web server?
this is how i generate them and i include index.css in html file
❯ npx tailwindcss -i src/global.css -o resources/public/assets/css/index.css --watch
/*! 🌼 daisyUI 5.0.3 */
≈ tailwindcss v4.0.12
Done in 88ms
Done in 4ms
Done in 301µs
fixed it, it was http-kit caching static files