Browse Source

fix missing vite

Dax Raad 3 months ago
parent
commit
bd79ff87cc
2 changed files with 3 additions and 1 deletions
  1. 1 0
      bun.lock
  2. 2 1
      packages/enterprise/package.json

+ 1 - 0
bun.lock

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

+ 2 - 1
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"