chore: don't enforce runes (#22813)

This commit is contained in:
Daniel Dietzler 2025-10-09 21:17:42 +02:00 committed by Jorge Montejo
parent a88866997e
commit 23f3b5370d

View file

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