/** @type {import('next').NextConfig} */ const nextConfig = { serverExternalPackages: ['ical.js', 'tsdav'], }; module.exports = nextConfig;