summaryrefslogtreecommitdiffhomepage
path: root/cloud
diff options
context:
space:
mode:
authorDax Raad <[email protected]>2025-09-01 03:13:05 -0400
committerDax Raad <[email protected]>2025-09-01 03:13:05 -0400
commit6d22ade771399ef2cee941c6beeb975c9ec080cb (patch)
treef7a61edeeafe97399d65a506aaf1fe66ad762854 /cloud
parentfbcceeb781bbaf2943bfa08a254a8068babea4ca (diff)
downloadopencode-6d22ade771399ef2cee941c6beeb975c9ec080cb.tar.gz
opencode-6d22ade771399ef2cee941c6beeb975c9ec080cb.zip
wip: cloud
Diffstat (limited to 'cloud')
-rw-r--r--cloud/app/src/routes/workspace/[id].tsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/cloud/app/src/routes/workspace/[id].tsx b/cloud/app/src/routes/workspace/[id].tsx
index dfe305bbd..0eb18fca8 100644
--- a/cloud/app/src/routes/workspace/[id].tsx
+++ b/cloud/app/src/routes/workspace/[id].tsx
@@ -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")