This commit is contained in:
Frank
2025-10-06 22:24:13 -04:00
parent e3f9e7785e
commit 4f33594b99
2 changed files with 4 additions and 14 deletions

View File

@@ -87,11 +87,6 @@
"version": "0.14.4", "version": "0.14.4",
"dependencies": { "dependencies": {
"@opencode-ai/console-core": "workspace:*", "@opencode-ai/console-core": "workspace:*",
"tsx": "4.20.5",
},
"devDependencies": {
"@types/node": "catalog:",
"typescript": "catalog:",
}, },
}, },
"packages/desktop": { "packages/desktop": {

View File

@@ -5,16 +5,11 @@
"private": true, "private": true,
"type": "module", "type": "module",
"scripts": { "scripts": {
"shell": "sst shell -- bun tsx", "shell": "sst shell -- bun",
"shell-dev": "sst shell --stage dev -- bun tsx", "shell-dev": "sst shell --stage dev -- bun",
"shell-prod": "sst shell --stage production -- bun tsx" "shell-prod": "sst shell --stage production -- bun"
}, },
"dependencies": { "dependencies": {
"@opencode-ai/console-core": "workspace:*", "@opencode-ai/console-core": "workspace:*"
"tsx": "4.20.5"
},
"devDependencies": {
"@types/node": "catalog:",
"typescript": "catalog:"
} }
} }