Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/brave-cassettes-record.md

This file was deleted.

11 changes: 0 additions & 11 deletions .changeset/config.json

This file was deleted.

53 changes: 0 additions & 53 deletions .github/workflows/http-recorder-release.yml

This file was deleted.

183 changes: 12 additions & 171 deletions bun.lock

Large diffs are not rendered by default.

4 changes: 0 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,6 @@
"dev:stats": "bun sst shell --stage=production -- bun run --cwd packages/stats/app dev",
"dev:storybook": "bun --cwd packages/storybook storybook",
"lint": "oxlint",
"changeset": "changeset",
"version:http-recorder": "changeset version",
"release:http-recorder": "bun ./packages/http-recorder/script/publish.ts",
"typecheck": "bun turbo typecheck",
"upgrade-opentui": "bun run script/upgrade-opentui.ts",
"postinstall": "bun run --cwd packages/core fix-node-pty",
Expand Down Expand Up @@ -96,7 +93,6 @@
},
"devDependencies": {
"@actions/artifact": "5.0.1",
"@changesets/cli": "2.31.0",
"@tsconfig/bun": "catalog:",
"@types/mime-types": "3.0.1",
"@typescript/native-preview": "catalog:",
Expand Down
26 changes: 0 additions & 26 deletions packages/http-recorder/script/publish.ts

This file was deleted.

4 changes: 4 additions & 0 deletions packages/storybook/.storybook/mocks/app/context/command.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ const keybinds: Record<string, string> = {
"model.variant.cycle": "mod+shift+m",
}

export function formatKeybind(config: string) {
return config === "none" ? "" : config
}

export function useCommand() {
return {
options: [],
Expand Down
Loading