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