/** @type {import('next').NextConfig} */ const nextConfig = { transpilePackages: ['@horux/shared'], }; module.exports = nextConfig;