feat: restructure as pnpm monorepo with Tauri desktop shell
- Migrate to packages/web + packages/desktop workspace layout via git mv - Add Tauri v2 desktop shell with @tauri-apps/plugin-http for CORS bypass - Configure Turborepo with package-level dependsOn build graph - Add semantic-release with exec plugin for GHA output and disabled PR comments - Fix http:default capability scope to allow all HTTP/HTTPS origins - Add Vite Tauri integration (clearScreen, TAURI_DEV_HOST, target, envPrefix) - Add semantic-release.yml and release.yml GitHub Actions workflows - Fix all Biome lint errors (noArrayIndexKey, noNonNullAssertion, button types)
This commit is contained in:
@@ -28,8 +28,8 @@ A clean, fast frontend for browsing and chatting with a self-hosted [Honcho](htt
|
||||
### Install & run
|
||||
|
||||
```bash
|
||||
git clone https://github.com/offendingcommit/honcho-ui.git
|
||||
cd honcho-ui
|
||||
git clone https://github.com/offendingcommit/openconcho.git
|
||||
cd openconcho
|
||||
pnpm install
|
||||
pnpm dev
|
||||
```
|
||||
@@ -84,8 +84,8 @@ pnpm generate:api
|
||||
|
||||
## Privacy
|
||||
|
||||
- Base URL and token are stored in `localStorage` under `honcho-ui:config`
|
||||
- Theme preference is stored in `localStorage` under `honcho-ui:theme`
|
||||
- Base URL and token are stored in `localStorage` under `openconcho:config`
|
||||
- Theme preference is stored in `localStorage` under `openconcho:theme`
|
||||
- No telemetry, no analytics, no external requests beyond your configured Honcho instance
|
||||
|
||||
## Contributing
|
||||
|
||||
Reference in New Issue
Block a user