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