♥ ❯ bun run tauri build
$ tauri build
Running beforeBuildCommand `bun run build`
$ tsc && vite build
src/components/ClaudeCodeSession.tsx:13:3 - error TS6133: 'Square' is declared but its value is never read.
13 Square
~~~~~~
src/components/ClaudeCodeSession.tsx:33:1 - error TS6133: 'PreviewPromptDialog' is declared but its value is never read.
33 import { PreviewPromptDialog } from "./PreviewPromptDialog";
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/components/ClaudeCodeSession.tsx:523:9 - error TS6133: 'handleOpenPreview' is declared but its value is never read.
523 const handleOpenPreview = () => {
~~~~~~~~~~~~~~~~~
Found 3 errors in the same file, starting at: src/components/ClaudeCodeSession.tsx:13
beforeBuildCommand `bun run build` failed with exit code 2
Error beforeBuildCommand `bun run build` failed with exit code 2
error: script "tauri" exited with code 1
Was trying to build it and it failed with