diff --git a/bun.lock b/bun.lock index dd9790f4b10..a3534d259a1 100644 --- a/bun.lock +++ b/bun.lock @@ -188,6 +188,7 @@ "@opencode-ai/ui": "workspace:*", "@solid-primitives/i18n": "2.2.1", "@solid-primitives/storage": "catalog:", + "@solidjs/meta": "catalog:", "@tauri-apps/api": "^2", "@tauri-apps/plugin-deep-link": "~2", "@tauri-apps/plugin-dialog": "~2", diff --git a/packages/app/package.json b/packages/app/package.json index abef97e81f3..bcdcece3af2 100644 --- a/packages/app/package.json +++ b/packages/app/package.json @@ -5,7 +5,8 @@ "type": "module", "exports": { ".": "./src/index.ts", - "./vite": "./vite.js" + "./vite": "./vite.js", + "./index.css": "./src/index.css" }, "scripts": { "typecheck": "tsgo -b", diff --git a/packages/app/src/components/titlebar.tsx b/packages/app/src/components/titlebar.tsx index 2e22dc6331a..4a43a855ce1 100644 --- a/packages/app/src/components/titlebar.tsx +++ b/packages/app/src/components/titlebar.tsx @@ -152,6 +152,7 @@ export function Titlebar() {
diff --git a/packages/desktop/index.html b/packages/desktop/index.html index 6a81ef4a50d..ce2775a7047 100644 --- a/packages/desktop/index.html +++ b/packages/desktop/index.html @@ -19,6 +19,6 @@