chore: don't enforce runes (#22813)

pull/22818/head
Daniel Dietzler 2025-10-09 21:17:42 +07:00 committed by GitHub
parent aed7bb53aa
commit 9793828dc7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 1 deletions

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