Fix client running behind reverse proxy (#69)

* fix: reverse proxy 400 due to duplicate header

* fix: clippy

* bump version and update ci
This commit is contained in:
DecDuck
2025-07-18 20:08:12 +10:00
committed by GitHub
parent 2913fdf35b
commit d19f9bbc31
8 changed files with 24 additions and 37 deletions

View File

@ -1,7 +1,7 @@
{
"$schema": "https://schema.tauri.app/config/2.0.0",
"productName": "Drop Desktop Client",
"version": "0.3.0-rc-6",
"version": "0.3.0-rc-7",
"identifier": "dev.drop.app",
"build": {
"beforeDevCommand": "yarn dev --port 1432",