summaryrefslogtreecommitdiffhomepage
path: root/packages
diff options
context:
space:
mode:
authorDax Raad <[email protected]>2025-11-22 10:45:06 -0500
committerDax Raad <[email protected]>2025-11-22 10:45:06 -0500
commitbd79ff87cc5109a6df1c6cf498bdd5666255b3a3 (patch)
tree972c4b60eaf6ad089468c22a06d76e2a93fcc74b /packages
parentac21ec2f462c625a51b99efd7145b9300559f868 (diff)
downloadopencode-bd79ff87cc5109a6df1c6cf498bdd5666255b3a3.tar.gz
opencode-bd79ff87cc5109a6df1c6cf498bdd5666255b3a3.zip
fix missing vite
Diffstat (limited to 'packages')
-rw-r--r--packages/enterprise/package.json3
1 files changed, 2 insertions, 1 deletions
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"