mirror of
https://github.com/immich-app/immich
synced 2025-11-14 17:36:12 +00:00
chore: don't enforce runes (#22813)
This commit is contained in:
parent
a88866997e
commit
23f3b5370d
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: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue