This commit is contained in:
Jason Rasmussen
2025-02-11 12:30:21 -05:00
parent bf1f8da884
commit 1f5393d02c
15 changed files with 1203 additions and 83 deletions

View File

@@ -26,6 +26,7 @@ export default defineConfig({
// connect to a remote backend during web-only development
proxy: {
'/api': upstream,
'/graphql': upstream,
'/.well-known/immich': upstream,
'/custom.css': upstream,
},