fix: old palette purged from stories and stories purged from production build

This commit is contained in:
Ilia Mashkov
2026-05-19 18:50:45 +03:00
parent e0565d6ddc
commit 181cfdebdf
5 changed files with 17 additions and 31 deletions
+1 -1
View File
@@ -43,5 +43,5 @@
".next/dev/types/**/*.ts",
"**/*.mts"
],
"exclude": ["node_modules"]
"exclude": ["node_modules", "**/*.stories.ts", "**/*.stories.tsx"]
}