From 64e73b3ee9e9935b1e80daa7ebbbda015fa2421e Mon Sep 17 00:00:00 2001 From: Joshua Ryder Date: Wed, 1 Oct 2025 21:47:54 -0400 Subject: [PATCH] fix: Add alias for tailwindcss/colors to resolve module import error --- nuxt.config.ts | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/nuxt.config.ts b/nuxt.config.ts index 186267c..e3945d7 100644 --- a/nuxt.config.ts +++ b/nuxt.config.ts @@ -23,7 +23,10 @@ export default defineNuxtConfig({ externals: { inline: ['better-sqlite3'] }, - moduleSideEffects: ['better-sqlite3'] + moduleSideEffects: ['better-sqlite3'], + alias: { + 'tailwindcss/colors': 'tailwindcss/colors.js' + } }, app: { head: {