strip down core

This commit is contained in:
Alex Tran
2026-02-06 20:29:31 +00:00
parent a356497d96
commit 5ccf4a596c
1420 changed files with 667 additions and 260723 deletions
-4
View File
@@ -4,9 +4,6 @@ import dotenv from 'dotenv';
dotenv.config();
process.env.PUBLIC_IMMICH_BUY_HOST = process.env.PUBLIC_IMMICH_BUY_HOST || 'https://buy.immich.app';
process.env.PUBLIC_IMMICH_PAY_HOST = process.env.PUBLIC_IMMICH_PAY_HOST || 'https://pay.futo.org';
/** @type {import('@sveltejs/kit').Config} */
const config = {
compilerOptions: {
@@ -29,7 +26,6 @@ const config = {
'$tests/*': 'src/../tests/*',
'@test-data': 'src/test-data',
$i18n: '../i18n',
'chromecast-caf-sender': './node_modules/@types/chromecast-caf-sender/index.d.ts',
},
},
};