Tags: fmaclen/hollama
Tags
fix: Add .nvmrc to allow users to deploy on cloudflare pages (#269) This project can be hosted on cf pages, as the code in gh actions. The problem is that the node version used in cf pages is not 20 which will cause the deployment failing. This PR adds a .nvmrc that specifies node version to 20, so cf pages can be successfully deployed. To deploy it: 1. Fork this repo 2. In cf pages, create a new project from forked repo 3. Choose framework "SvelteKit" 4. Click deploy --------- Co-authored-by: Fernando Maclen <[email protected]>
feat: add French language support (#267) Would be nice to have it also in French. --------- Co-authored-by: aginies <[email protected]> Co-authored-by: Fernando Maclen <[email protected]>
feat: can connect multiple servers (#234) Fixes #233 - [x] Updates to Svelte 5 (with a partial migration to runes) - [x] Update tests - [x] Fix build warnings - [x] Fix linter errors - [ ] ~~Remove unused i18n keys from non-english languages~~ - [x] Update locales for Chinese `zh-cn` and Spanish `es` - [x] Add new tests
PreviousNext