API doesnt work
Warnings that I don't understand

wildcard subdomain issue on Plesk panel
open umodal from parent component (pass in modelvalue to open/close it via prop?).
NuxtImg not working?
Nuxt 3 architecture rework — performance & SSR
Best practices for mocking third-party clients e.g. AWS SDK in nitro
Dynamic src of UAvatar not loading properly on page reload
Plugins don't load
Add content to UModal with useOverlay()
Reducing Vercel Edge Requests on Static App
Nuxt UI - Chip with custom color
Socket io client crash my website on safari
ChartJS not showing

How can make my project's module composables be used my the server?
500 Server error, but not for everybody

Include built CSS in module bundle
playground
app everything is fine since tailwind is installed in the module and can build the CSS correctly. But when using the module in a consuming app, I have no CSS for my module's components.
Is there a way to provide CSS alongside my module code ? I tried to make tailwind build the CSS and add it to dist
in the module build pipeline, but the module build process erases the css file, and fails if its missing (since its declared as an export in my package.json
).
Better yet, is there a way for my module to only provide components with tailwind classes, and let the tailwind installation of the consuming app build the css based on what's used ?...Route aliases and named views
Nuxt upgrade from 3.17.5 to 3.17.6 causing 500 "Unable to find global scope" with plugins
