monorepo/apps/web/next.config.mjs

5 lines
129 B
JavaScript

/** @type {import('next').NextConfig} */
const nextConfig = { transpilePackages: ['@3rapp/store'] };
export default nextConfig;