summaryrefslogtreecommitdiffhomepage
path: root/package.json
diff options
context:
space:
mode:
authorRyan Vogel <[email protected]>2026-03-17 22:43:43 -0400
committerGitHub <[email protected]>2026-03-17 22:43:43 -0400
commita849a17e9329f0b4b0dbb85abf1366b51f935f8c (patch)
tree2f2958b68a99962f193ea0410bec27d70d0d25ad /package.json
parent0292f1b5596db954e3811f91a9fafcfad650ead1 (diff)
downloadopencode-a849a17e9329f0b4b0dbb85abf1366b51f935f8c.tar.gz
opencode-a849a17e9329f0b4b0dbb85abf1366b51f935f8c.zip
feat(enterprise): contact form now pushes to salesforce 🙄 (#17964)
Co-authored-by: slickstef11 <[email protected]> Co-authored-by: Frank <[email protected]>
Diffstat (limited to 'package.json')
-rw-r--r--package.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/package.json b/package.json
index 97087c0e7..00e251f50 100644
--- a/package.json
+++ b/package.json
@@ -9,6 +9,7 @@
"dev": "bun run --cwd packages/opencode --conditions=browser src/index.ts",
"dev:desktop": "bun --cwd packages/desktop tauri dev",
"dev:web": "bun --cwd packages/app dev",
+ "dev:console": "ulimit -n 10240 2>/dev/null; bun run --cwd packages/console/app dev",
"dev:storybook": "bun --cwd packages/storybook storybook",
"typecheck": "bun turbo typecheck",
"prepare": "husky",