diff options
| author | Frank <[email protected]> | 2025-09-02 20:01:11 -0400 |
|---|---|---|
| committer | Frank <[email protected]> | 2025-09-02 20:01:13 -0400 |
| commit | 4e629c5b64d52f6633e5e1a54d250b4b57c92604 (patch) | |
| tree | a786a64484e161b4d2f0ac25a97bb3fa874cb861 /cloud/core/src/workspace.ts | |
| parent | 4624f0a260c36d55756b6f53641daacb878f9d92 (diff) | |
| download | opencode-4e629c5b64d52f6633e5e1a54d250b4b57c92604.tar.gz opencode-4e629c5b64d52f6633e5e1a54d250b4b57c92604.zip | |
wip: cloud
Diffstat (limited to 'cloud/core/src/workspace.ts')
| -rw-r--r-- | cloud/core/src/workspace.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cloud/core/src/workspace.ts b/cloud/core/src/workspace.ts index 8646362a2..a9fb923d6 100644 --- a/cloud/core/src/workspace.ts +++ b/cloud/core/src/workspace.ts @@ -26,7 +26,7 @@ export namespace Workspace { await tx.insert(BillingTable).values({ workspaceID, id: Identifier.create("billing"), - balance: centsToMicroCents(100), + balance: 0, }) }) await Actor.provide( |
