diff options
| -rw-r--r-- | bun.lock | 1 | ||||
| -rw-r--r-- | packages/enterprise/package.json | 3 |
2 files changed, 3 insertions, 1 deletions
@@ -182,6 +182,7 @@ "@typescript/native-preview": "catalog:", "tailwindcss": "catalog:", "typescript": "catalog:", + "vite": "catalog:", }, }, "packages/function": { diff --git a/packages/enterprise/package.json b/packages/enterprise/package.json index c5dbc3bbd..8a8ef765b 100644 --- a/packages/enterprise/package.json +++ b/packages/enterprise/package.json @@ -28,7 +28,8 @@ "@typescript/native-preview": "catalog:", "@types/luxon": "catalog:", "tailwindcss": "catalog:", - "typescript": "catalog:" + "typescript": "catalog:", + "vite": "catalog:" }, "engines": { "node": ">=22" |
