summaryrefslogtreecommitdiffhomepage
path: root/packages
diff options
context:
space:
mode:
authorDax Raad <[email protected]>2025-11-23 14:28:10 -0500
committerDax Raad <[email protected]>2025-11-23 14:28:10 -0500
commitde4660ac129676fa4028c6c93d13c1eb9178b0ac (patch)
tree57dfe34c51343bbe921763e6eda785da44ac6892 /packages
parent27ae34168474273d7c1aa122069d82b839758974 (diff)
downloadopencode-de4660ac129676fa4028c6c93d13c1eb9178b0ac.tar.gz
opencode-de4660ac129676fa4028c6c93d13c1eb9178b0ac.zip
ci: ignore
Diffstat (limited to 'packages')
-rw-r--r--packages/enterprise/package.json1
-rw-r--r--packages/enterprise/tsconfig.json2
2 files changed, 2 insertions, 1 deletions
diff --git a/packages/enterprise/package.json b/packages/enterprise/package.json
index 985ed203b..78d61aeee 100644
--- a/packages/enterprise/package.json
+++ b/packages/enterprise/package.json
@@ -24,6 +24,7 @@
"zod": "catalog:"
},
"devDependencies": {
+ "@cloudflare/workers-types": "catalog:",
"@tailwindcss/vite": "catalog:",
"@typescript/native-preview": "catalog:",
"@types/luxon": "catalog:",
diff --git a/packages/enterprise/tsconfig.json b/packages/enterprise/tsconfig.json
index 6bdc0f9ee..af4ce1649 100644
--- a/packages/enterprise/tsconfig.json
+++ b/packages/enterprise/tsconfig.json
@@ -11,7 +11,7 @@
"allowJs": true,
"noEmit": true,
"strict": true,
- "types": ["vite/client"],
+ "types": ["@cloudflare/workers-types", "vite/client"],
"isolatedModules": true,
"paths": {
"~/*": ["./src/*"]