mirror of
https://github.com/complexcaresolutions/frontend.blogwoman.de.git
synced 2026-03-17 16:14:00 +00:00
7 lines
154 B
TypeScript
7 lines
154 B
TypeScript
import type { NextConfig } from "next";
|
|
|
|
const nextConfig: NextConfig = {
|
|
transpilePackages: ["@c2s/payload-contracts"],
|
|
};
|
|
|
|
export default nextConfig;
|