chore: fix vite build checks
This commit is contained in:
@@ -23,7 +23,8 @@
|
||||
"vite": {
|
||||
"entry": ["src/main.tsx"],
|
||||
"project": ["src/**/*.{ts,tsx}"],
|
||||
"ignore": ["src/components/ai-elements/**"]
|
||||
"ignore": ["src/components/ai-elements/**"],
|
||||
"ignoreDependencies": ["tailwindcss"]
|
||||
},
|
||||
"scripts": {
|
||||
"entry": ["**/*.{ts,js}"],
|
||||
|
||||
@@ -44,6 +44,7 @@
|
||||
"@squircle/core": "^1.0.6",
|
||||
"@squircle/paint-polyfill": "^1.0.6",
|
||||
"@tailwindcss/vite": "^4.0.13",
|
||||
"tailwindcss": "^4.0.13",
|
||||
"@tanstack/react-form": "^1.23.8",
|
||||
"@tanstack/react-query": "^5.85.6",
|
||||
"@tanstack/react-table": "^8.21.3",
|
||||
|
||||
Reference in New Issue
Block a user