fenghuo/apps/web/next.config.mjs

7 lines
131 B
JavaScript
Raw Normal View History

2025-02-18 15:35:03 +08:00
/** @type {import('next').NextConfig} */
const nextConfig = {
transpilePackages: ["@workspace/ui"],
}
export default nextConfig