summaryrefslogtreecommitdiffhomepage
path: root/infra
diff options
context:
space:
mode:
authorKit Langton <[email protected]>2026-04-15 21:33:54 -0400
committerGitHub <[email protected]>2026-04-15 21:33:54 -0400
commitf7d4665e4091c88c2fde0f9db70d6333f83b86fd (patch)
tree6ba0c28c195c73bfe93e2db478592a5de1d39733 /infra
parentbbdbc107ae1f935f9694fc36b79c833643ee87a4 (diff)
downloadopencode-f7d4665e4091c88c2fde0f9db70d6333f83b86fd.tar.gz
opencode-f7d4665e4091c88c2fde0f9db70d6333f83b86fd.zip
fix: resolve oxlint warnings — suppress false positives, remove unused imports (#22687)
Diffstat (limited to 'infra')
-rw-r--r--infra/enterprise.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/infra/enterprise.ts b/infra/enterprise.ts
index 22b4c6f44..38f0c3c8f 100644
--- a/infra/enterprise.ts
+++ b/infra/enterprise.ts
@@ -1,5 +1,5 @@
import { SECRET } from "./secret"
-import { domain, shortDomain } from "./stage"
+import { shortDomain } from "./stage"
const storage = new sst.cloudflare.Bucket("EnterpriseStorage")