chore: remove dead apple-icloud dependency and fix build
This commit is contained in:
parent
20deaece0c
commit
5ad92aa833
@ -7,7 +7,7 @@ const nextConfig = {
|
|||||||
NEXT_PUBLIC_APP_VERSION: version,
|
NEXT_PUBLIC_APP_VERSION: version,
|
||||||
},
|
},
|
||||||
experimental: {
|
experimental: {
|
||||||
serverComponentsExternalPackages: ['ical.js', 'tsdav', 'apple-icloud'],
|
serverComponentsExternalPackages: ['ical.js', 'tsdav'],
|
||||||
},
|
},
|
||||||
webpack: (config, { isServer }) => {
|
webpack: (config, { isServer }) => {
|
||||||
// Ignore .md files in node_modules (fixes apple-icloud README.md parse error)
|
// Ignore .md files in node_modules (fixes apple-icloud README.md parse error)
|
||||||
|
|||||||
@ -24,7 +24,6 @@
|
|||||||
"@auth/prisma-adapter": "^2.11.1",
|
"@auth/prisma-adapter": "^2.11.1",
|
||||||
"@prisma/client": "^5.22.0",
|
"@prisma/client": "^5.22.0",
|
||||||
"@types/bcryptjs": "^2.4.6",
|
"@types/bcryptjs": "^2.4.6",
|
||||||
"apple-icloud": "^1.1.0",
|
|
||||||
"bcryptjs": "^3.0.3",
|
"bcryptjs": "^3.0.3",
|
||||||
"date-fns": "^2.30.0",
|
"date-fns": "^2.30.0",
|
||||||
"googleapis": "^170.1.0",
|
"googleapis": "^170.1.0",
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user