summaryrefslogtreecommitdiffhomepage
path: root/cloud/scripts/package.json
diff options
context:
space:
mode:
authorFrank <[email protected]>2025-09-11 19:10:53 -0400
committerFrank <[email protected]>2025-09-12 11:57:14 -0400
commitc3dc6d6df647f8e21dfcd9aeaf4d69bc45580020 (patch)
tree99c786fb2cefa4ec24142483035b768f330fb0cf /cloud/scripts/package.json
parentef3425a177d8bc431c69ef7350732723e0c37d62 (diff)
downloadopencode-c3dc6d6df647f8e21dfcd9aeaf4d69bc45580020.tar.gz
opencode-c3dc6d6df647f8e21dfcd9aeaf4d69bc45580020.zip
wip: zen
Diffstat (limited to 'cloud/scripts/package.json')
-rw-r--r--cloud/scripts/package.json5
1 files changed, 3 insertions, 2 deletions
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:*",