Frank 4 달 전
부모
커밋
4f33594b99
2개의 변경된 파일4개의 추가작업 그리고 14개의 파일을 삭제
  1. 0 5
      bun.lock
  2. 4 9
      packages/console/scripts/package.json

+ 0 - 5
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": {

+ 4 - 9
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:*"
   }
 }