Skip to content

Commit

Permalink
fix: build failing issue
Browse files Browse the repository at this point in the history
  • Loading branch information
MehulKChaudhari committed Nov 25, 2024
1 parent c9548be commit 95822dd
Show file tree
Hide file tree
Showing 4 changed files with 219 additions and 3 deletions.
8 changes: 7 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,10 @@ dist-ssr
*.sw?

# Coverage directory used by tools like istanbul
coverage
coverage

# TypeScript
*.tsbuildinfo

vite.config.js
vite.config.d.ts
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
"@eslint/js": "^9.14.0",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.0.1",
"@types/jest": "^29.5.14",
"@types/node": "^22.9.3",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
Expand Down
Loading

0 comments on commit 95822dd

Please sign in to comment.