import type { NextConfig } from 'next'; const nextConfig: NextConfig = { output: 'standalone', transpilePackages: ['@startover/ui', '@startover/shared'], }; export default nextConfig;