mirror of
https://github.com/sst/opencode.git
synced 2025-12-23 10:11:41 +00:00
ci
This commit is contained in:
parent
5955d20539
commit
231390cb7b
1 changed files with 1 additions and 3 deletions
|
|
@ -3,8 +3,7 @@ import { domain, shortDomain } from "./stage"
|
|||
|
||||
const storage = new sst.cloudflare.Bucket("EnterpriseStorage")
|
||||
|
||||
/*
|
||||
const enterprise = new sst.cloudflare.x.SolidStart("Enterprise", {
|
||||
const teams = new sst.cloudflare.x.SolidStart("Teams", {
|
||||
domain: shortDomain,
|
||||
path: "packages/enterprise",
|
||||
buildCommand: "bun run build:cloudflare",
|
||||
|
|
@ -16,4 +15,3 @@ const enterprise = new sst.cloudflare.x.SolidStart("Enterprise", {
|
|||
OPENCODE_STORAGE_BUCKET: storage.name,
|
||||
},
|
||||
})
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue