© 2026 Hedgehog Software, LLC
/modules/hello/runtime/components
nuxt.hook("vite:extend", async ({ config }) => { const plugin = await import("@tailwindcss/vite").then((m) => m.default); config.plugins ||= []; config.plugins.push(plugin()); });