summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorFrank <[email protected]>2025-10-06 22:24:13 -0400
committerFrank <[email protected]>2025-10-06 23:57:54 -0400
commit4f33594b99b015000d76ee2d4e1353b717c5920e (patch)
tree99b2fead244f281c33278b37b95de225f282c3f8
parente3f9e7785eb8ee94c52a2c5c05532b022b6bee83 (diff)
downloadopencode-4f33594b99b015000d76ee2d4e1353b717c5920e.tar.gz
opencode-4f33594b99b015000d76ee2d4e1353b717c5920e.zip
wip: zen
-rw-r--r--bun.lock5
-rw-r--r--packages/console/scripts/package.json13
2 files changed, 4 insertions, 14 deletions
diff --git a/bun.lock b/bun.lock
index 12855a175..0853c62f8 100644
--- a/bun.lock
+++ b/bun.lock
@@ -87,11 +87,6 @@
"version": "0.14.4",
"dependencies": {
"@opencode-ai/console-core": "workspace:*",
- "tsx": "4.20.5",
- },
- "devDependencies": {
- "@types/node": "catalog:",
- "typescript": "catalog:",
},
},
"packages/desktop": {
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:*"
}
}