link-stack/apps/metamigo-frontend/next.config.mjs
Darren Clarke b8c6e893ff WIP 4
2024-03-17 12:58:25 +01:00

6 lines
121 B
JavaScript

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