webnovel/apps/web/next.config.mjs
2025-07-28 19:28:36 -03:00

7 lines
131 B
JavaScript

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