Skip to content
Open
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
6,048 changes: 3,024 additions & 3,024 deletions bun.lock

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions packages/opencode/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ import path from "path"
import { Global } from "./global"
import { JsonMigration } from "./storage/json-migration"
import { Database } from "./storage/db"
import { Project } from "./project/project"

process.on("unhandledRejection", (e) => {
Log.Default.error("rejection", {
Expand Down Expand Up @@ -120,6 +121,8 @@ let cli = yargs(hideBin(process.argv))
}
process.stderr.write("Database migration complete." + EOL)
}

await Project.repairAll()
})
.usage("\n" + UI.logo())
.completion("completion", "generate shell completion script")
Expand Down
Loading
Loading