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: {