This commit is contained in:
Dax Raad
2025-06-08 12:46:26 -04:00
parent 1d782dc19a
commit 1bcc02442a
2 changed files with 6 additions and 4 deletions

View File

@@ -161,7 +161,7 @@ export namespace Provider {
log.info("installing", {
providerID,
})
BunProc.run(["add", `@ai-sdk/${providerID}@alpha`], {
await BunProc.run(["add", `@ai-sdk/${providerID}@alpha`], {
cwd: Global.Path.cache,
})
}