From 4f33594b99b015000d76ee2d4e1353b717c5920e Mon Sep 17 00:00:00 2001 From: Frank Date: Mon, 6 Oct 2025 22:24:13 -0400 Subject: wip: zen --- packages/console/scripts/package.json | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) (limited to 'packages') 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:*" } } -- cgit v1.2.3