Captures the app's first-run setup screen. Also fixes a real bug in vite.config.ts where resolve.conditions was [] for non-Vitest builds, causing Svelte 5 to resolve its SSR export (with a no-op mount stub) instead of the browser client. Adding "browser" to conditions ensures the correct client bundle is used. https://claude.ai/code/session_015rsRzNgDkcqVy815X5hNbm |
||
|---|---|---|
| .. | ||
| src | ||
| src-tauri | ||
| tauri-plugin-credentials | ||
| .gitignore | ||
| index.html | ||
| package-lock.json | ||
| package.json | ||
| svelte.config.js | ||
| tsconfig.json | ||
| vite.config.ts | ||