chore: remove dead apple-icloud dependency and fix build

This commit is contained in:
mARTin 2026-02-26 08:15:12 +01:00
parent 20deaece0c
commit 5ad92aa833
2 changed files with 2 additions and 3 deletions

View File

@ -7,7 +7,7 @@ const nextConfig = {
NEXT_PUBLIC_APP_VERSION: version,
},
experimental: {
serverComponentsExternalPackages: ['ical.js', 'tsdav', 'apple-icloud'],
serverComponentsExternalPackages: ['ical.js', 'tsdav'],
},
webpack: (config, { isServer }) => {
// Ignore .md files in node_modules (fixes apple-icloud README.md parse error)

View File

@ -24,7 +24,6 @@
"@auth/prisma-adapter": "^2.11.1",
"@prisma/client": "^5.22.0",
"@types/bcryptjs": "^2.4.6",
"apple-icloud": "^1.1.0",
"bcryptjs": "^3.0.3",
"date-fns": "^2.30.0",
"googleapis": "^170.1.0",