mirror of
https://github.com/anomalyco/opencode.git
synced 2026-02-01 22:48:16 +00:00
ci
This commit is contained in:
@@ -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,
|
||||
},
|
||||
})
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user