mirror of
https://github.com/sst/opencode.git
synced 2025-12-23 10:11:41 +00:00
fix missing vite
This commit is contained in:
parent
ac21ec2f46
commit
bd79ff87cc
2 changed files with 3 additions and 1 deletions
1
bun.lock
1
bun.lock
|
|
@ -182,6 +182,7 @@
|
|||
"@typescript/native-preview": "catalog:",
|
||||
"tailwindcss": "catalog:",
|
||||
"typescript": "catalog:",
|
||||
"vite": "catalog:",
|
||||
},
|
||||
},
|
||||
"packages/function": {
|
||||
|
|
|
|||
|
|
@ -28,7 +28,8 @@
|
|||
"@typescript/native-preview": "catalog:",
|
||||
"@types/luxon": "catalog:",
|
||||
"tailwindcss": "catalog:",
|
||||
"typescript": "catalog:"
|
||||
"typescript": "catalog:",
|
||||
"vite": "catalog:"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=22"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue