diff options
| author | Frank <[email protected]> | 2026-02-25 12:39:48 -0500 |
|---|---|---|
| committer | Frank <[email protected]> | 2026-02-25 12:39:50 -0500 |
| commit | 1172fa418e9aa5e0fcfccea326c6c9d35e1d57fd (patch) | |
| tree | 9de52a6fe89a359d7fdedf4b67fe9fa811cd9ff3 /infra | |
| parent | b368181ac90b0365af535b3d0bd8284c2032240c (diff) | |
| download | opencode-1172fa418e9aa5e0fcfccea326c6c9d35e1d57fd.tar.gz opencode-1172fa418e9aa5e0fcfccea326c6c9d35e1d57fd.zip | |
wip: zen go
Diffstat (limited to 'infra')
| -rw-r--r-- | infra/console.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/infra/console.ts b/infra/console.ts index 283fe2c37..de72cb072 100644 --- a/infra/console.ts +++ b/infra/console.ts @@ -101,7 +101,7 @@ export const stripeWebhook = new stripe.WebhookEndpoint("StripeWebhookEndpoint", }) const zenLiteProduct = new stripe.Product("ZenLite", { - name: "OpenCode Lite", + name: "OpenCode Go", }) const zenLitePrice = new stripe.Price("ZenLitePrice", { product: zenLiteProduct.id, |
