mirror of
https://github.com/immich-app/immich
synced 2025-10-17 18:19:27 +00:00
chore: don't enforce runes (#22813)
This commit is contained in:
parent
aed7bb53aa
commit
9793828dc7
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} */
|
/** @type {import('@sveltejs/kit').Config} */
|
||||||
const config = {
|
const config = {
|
||||||
compilerOptions: {
|
compilerOptions: {
|
||||||
runes: true,
|
// TODO pending `@immich/ui` to enable it
|
||||||
|
// runes: true,
|
||||||
},
|
},
|
||||||
preprocess: vitePreprocess(),
|
preprocess: vitePreprocess(),
|
||||||
kit: {
|
kit: {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue