chore: generate

This commit is contained in:
opencode-agent[bot]
2026-02-24 14:49:52 +00:00
parent cc02476ea5
commit 0d0d0578eb
2 changed files with 4 additions and 5 deletions

View File

@@ -52,7 +52,6 @@ type GlobalStore = {
reload: undefined | "pending" | "complete"
}
function createGlobalSync() {
const globalSDK = useGlobalSDK()
const platform = usePlatform()

View File

@@ -137,7 +137,7 @@ export async function bootstrapDirectory(input: {
showToast({
variant: "error",
title: `Failed to reload ${project}`,
description: formatServerError(err)
description: formatServerError(err),
})
input.setStore("status", "partial")
return