fix missing vite

This commit is contained in:
Dax Raad 2025-11-22 10:45:06 -05:00
parent ac21ec2f46
commit bd79ff87cc
2 changed files with 3 additions and 1 deletions

View file

@ -182,6 +182,7 @@
"@typescript/native-preview": "catalog:",
"tailwindcss": "catalog:",
"typescript": "catalog:",
"vite": "catalog:",
},
},
"packages/function": {

View file

@ -28,7 +28,8 @@
"@typescript/native-preview": "catalog:",
"@types/luxon": "catalog:",
"tailwindcss": "catalog:",
"typescript": "catalog:"
"typescript": "catalog:",
"vite": "catalog:"
},
"engines": {
"node": ">=22"