mirror of
https://github.com/sst/opencode.git
synced 2025-12-23 10:11:41 +00:00
wip: cloud
This commit is contained in:
parent
fbcceeb781
commit
6d22ade771
1 changed files with 1 additions and 0 deletions
|
|
@ -47,6 +47,7 @@ const getBillingInfo = query(async () => {
|
|||
const billing = await Billing.get()
|
||||
const payments = await Billing.payments()
|
||||
const usage = await Billing.usages()
|
||||
console.log({ user, billing, payments, usage })
|
||||
return { user, billing, payments, usage }
|
||||
})
|
||||
}, "billingInfo")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue