From c480e1d77f6e83515d971c511529a176e1b5950a Mon Sep 17 00:00:00 2001 From: Benjamin Canac Date: Fri, 14 Feb 2025 16:55:23 +0100 Subject: [PATCH] chore(package): add `.nuxt/ui.css` to `files` --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index a8e44d92..11fd9e49 100644 --- a/package.json +++ b/package.json @@ -52,6 +52,7 @@ "types": "./dist/types.d.ts", "files": [ ".nuxt/ui", + ".nuxt/ui.css", "dist", "cli", "vue-plugin.d.ts"