fix: respect BASE_PATH in AI chat fetch and pdfjs worker assets

This commit is contained in:
Anthony Stirling
2026-06-06 21:21:24 +01:00
parent 940cb2fc44
commit 0b575ed841
6 changed files with 33 additions and 20 deletions
+2 -3
View File
@@ -8,8 +8,7 @@
# Userback feedback widget — leave blank to disable
VITE_USERBACK_TOKEN=
# URL subpath prefix for SaaS deployments (e.g. "app" if serving at /app/) — leave blank for root
VITE_RUN_SUBPATH=
# Development-only auth bypass — allows unauthenticated access on localhost in dev mode
# The URL subpath prefix is read from BASE_PATH at runtime, sourced from the
# top-level RUN_SUBPATH env var which Vite consumes at build time.
VITE_DEV_BYPASS_AUTH=false