/** @type {import('next').NextConfig} */
const nextConfig = {
transpilePackages: ["ui", "bridge-common", "bridge-ui"],
};
export default nextConfig;