From a849a17e9329f0b4b0dbb85abf1366b51f935f8c Mon Sep 17 00:00:00 2001 From: Ryan Vogel Date: Tue, 17 Mar 2026 22:43:43 -0400 Subject: feat(enterprise): contact form now pushes to salesforce 🙄 (#17964) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: slickstef11 Co-authored-by: Frank --- package.json | 1 + 1 file changed, 1 insertion(+) (limited to 'package.json') 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", -- cgit v1.2.3