mirror of
https://github.com/immich-app/immich.git
synced 2025-11-01 19:17:12 -04:00
chore: don't enforce runes (#22813)
This commit is contained in:
parent
aed7bb53aa
commit
9793828dc7
@ -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: {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user