From c3dc6d6df647f8e21dfcd9aeaf4d69bc45580020 Mon Sep 17 00:00:00 2001 From: Frank Date: Thu, 11 Sep 2025 19:10:53 -0400 Subject: wip: zen --- cloud/scripts/package.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'cloud/scripts/package.json') diff --git a/cloud/scripts/package.json b/cloud/scripts/package.json index 03e8a11ae..0b8a5c5fd 100644 --- a/cloud/scripts/package.json +++ b/cloud/scripts/package.json @@ -5,8 +5,9 @@ "private": true, "type": "module", "scripts": { - "start": "tsx", - "shell": "sst shell" + "shell": "sst shell -- bun tsx", + "shell-dev": "sst shell --stage dev -- bun tsx", + "shell-prod": "sst shell --stage production -- bun tsx" }, "dependencies": { "@opencode/cloud-core": "workspace:*", -- cgit v1.2.3