From 9793828dc771c68fc2d37effc2fe842eea24da99 Mon Sep 17 00:00:00 2001 From: Daniel Dietzler <36593685+danieldietzler@users.noreply.github.com> Date: Thu, 9 Oct 2025 21:17:42 +0200 Subject: [PATCH] chore: don't enforce runes (#22813) --- web/svelte.config.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/web/svelte.config.js b/web/svelte.config.js index 1d6527fdf0..00472f9c13 100644 --- a/web/svelte.config.js +++ b/web/svelte.config.js @@ -10,7 +10,8 @@ process.env.PUBLIC_IMMICH_PAY_HOST = process.env.PUBLIC_IMMICH_PAY_HOST || 'http /** @type {import('@sveltejs/kit').Config} */ const config = { compilerOptions: { - runes: true, + // TODO pending `@immich/ui` to enable it + // runes: true, }, preprocess: vitePreprocess(), kit: {