wip: cloud

This commit is contained in:
Dax Raad
2025-09-01 03:13:05 -04:00
parent fbcceeb781
commit 6d22ade771

View File

@@ -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")