summaryrefslogtreecommitdiffhomepage
path: root/packages/console
diff options
context:
space:
mode:
Diffstat (limited to 'packages/console')
-rw-r--r--packages/console/scripts/package.json13
1 files changed, 4 insertions, 9 deletions
diff --git a/packages/console/scripts/package.json b/packages/console/scripts/package.json
index 086ce9915..b7633e1e0 100644
--- a/packages/console/scripts/package.json
+++ b/packages/console/scripts/package.json
@@ -5,16 +5,11 @@
"private": true,
"type": "module",
"scripts": {
- "shell": "sst shell -- bun tsx",
- "shell-dev": "sst shell --stage dev -- bun tsx",
- "shell-prod": "sst shell --stage production -- bun tsx"
+ "shell": "sst shell -- bun",
+ "shell-dev": "sst shell --stage dev -- bun",
+ "shell-prod": "sst shell --stage production -- bun"
},
"dependencies": {
- "@opencode-ai/console-core": "workspace:*",
- "tsx": "4.20.5"
- },
- "devDependencies": {
- "@types/node": "catalog:",
- "typescript": "catalog:"
+ "@opencode-ai/console-core": "workspace:*"
}
}