Skip to content

Commit ca9b13e

Browse files
committed
wip: zen
1 parent 92d9a0e commit ca9b13e

File tree

9 files changed

+7
-45
lines changed

9 files changed

+7
-45
lines changed

bun.lock

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,9 @@
114114
"@opencode-ai/console-core": "workspace:*",
115115
"@opencode-ai/console-resource": "workspace:*",
116116
},
117+
"devDependencies": {
118+
"@types/bun": "catalog:",
119+
},
117120
},
118121
"packages/css": {
119122
"name": "@opencode-ai/css",

packages/console/core/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
script/scrap.ts

packages/console/core/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@
2424
"db": "sst shell drizzle-kit",
2525
"db-dev": "sst shell --stage dev -- drizzle-kit",
2626
"db-prod": "sst shell --stage production -- drizzle-kit",
27+
"shell": "sst shell -- bun",
28+
"shell-dev": "sst shell --stage dev -- bun",
29+
"shell-prod": "sst shell --stage production -- bun",
2730
"update-models": "script/update-models.ts",
2831
"promote-models-to-dev": "script/promote-models.ts dev",
2932
"promote-models-to-prod": "script/promote-models.ts production",
File renamed without changes.

packages/console/scripts/.gitignore

Lines changed: 0 additions & 1 deletion
This file was deleted.

packages/console/scripts/package.json

Lines changed: 0 additions & 16 deletions
This file was deleted.

packages/console/scripts/src/backfill-usage-provider.ts

Lines changed: 0 additions & 10 deletions
This file was deleted.

packages/console/scripts/sst-env.d.ts

Lines changed: 0 additions & 9 deletions
This file was deleted.

packages/console/scripts/tsconfig.json

Lines changed: 0 additions & 9 deletions
This file was deleted.

0 commit comments

Comments
 (0)