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