mirror of
https://github.com/anomalyco/opencode.git
synced 2026-04-28 04:29:42 +00:00
ci
This commit is contained in:
parent
be34747526
commit
80772e5ac2
1 changed files with 0 additions and 10 deletions
|
|
@ -111,16 +111,6 @@ const zenPrice = new stripe.Price("ZenBlackPrice", {
|
|||
},
|
||||
})
|
||||
|
||||
const zenSponsoredPrice = new stripe.Price("ZenBlackSponsoredPrice", {
|
||||
product: zenProduct.id,
|
||||
unitAmount: 0,
|
||||
currency: "usd",
|
||||
recurring: {
|
||||
interval: "month",
|
||||
intervalCount: 1,
|
||||
},
|
||||
})
|
||||
|
||||
const ZEN_MODELS = [
|
||||
new sst.Secret("ZEN_MODELS1"),
|
||||
new sst.Secret("ZEN_MODELS2"),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue