Moved $lib/fetchProxy

This commit is contained in:
WardPearce
2026-02-16 09:03:45 +13:00
parent 52487bead4
commit 526905fae1
2 changed files with 1 additions and 1 deletions
-1
View File
@@ -9,7 +9,6 @@
} from '$lib/store';
import ui from 'beercss';
import { App } from '@capacitor/app';
import '$lib/fetchProxy';
import { goto } from '$app/navigation';
import { resolve } from '$app/paths';
import { setAmoledTheme, setStatusBarColor, setTheme } from '$lib/theme';
+1
View File
@@ -20,6 +20,7 @@ import { Preferences } from '@capacitor/preferences';
import { deserialize } from '@macfja/serializer';
import { isYTBackend } from '$lib/misc';
import { isOwnBackend } from '$lib/shared/index';
import '$lib/fetchProxy';
export const ssr = false;
export const prerender = false;