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

Merged
ilia merged 2 commits from fixes/storybook into main 2026-05-19 15:58:14 +00:00
3 changed files with 3 additions and 9 deletions
Showing only changes of commit 06d69a860e - Show all commits
+1 -1
View File
@@ -7,7 +7,7 @@
},
"files": {
"ignoreUnknown": false,
"includes": ["src/**/*", "app/**/*", "*.ts", "*.tsx", "*.js", "*.jsx"]
"includes": ["src/**/*", "app/**/*", "*.ts", "*.tsx", "*.js", "*.jsx", "*.json", "*.css"]
},
"formatter": {
"enabled": true,
+1
View File
@@ -1,6 +1,7 @@
{
"name": "portfolio",
"version": "0.1.0",
"packageManager": "yarn@4.11.0",
"private": true,
"scripts": {
"dev": "next dev",
+1 -8
View File
@@ -35,13 +35,6 @@
"$routes": ["./src/routes"]
}
},
"include": [
"next-env.d.ts",
"**/*.ts",
"**/*.tsx",
".next/types/**/*.ts",
".next/dev/types/**/*.ts",
"**/*.mts"
],
"include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", ".next/types/**/*.ts", ".next/dev/types/**/*.ts", "**/*.mts"],
"exclude": ["node_modules", "**/*.stories.ts", "**/*.stories.tsx"]
}