Skip to content

Commit

Permalink
feat: support vite v6 (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
reifiedbeans authored Dec 14, 2024
1 parent 23036df commit 7d2d1a4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"test": "vitest --run"
},
"peerDependencies": {
"vite": "^5.0.0"
"vite": "^5.0.0 || ^6.0.0"
},
"dependencies": {
"cors": "^2.8.5",
Expand Down

0 comments on commit 7d2d1a4

Please sign in to comment.