cookie-consent/examples/next-app/next.config.mjs
Pdn Technology 9a001197e1
Some checks are pending
CI / test (20) (push) Waiting to run
CI / test (22) (push) Waiting to run
Tema ayarları eklendi
2026-06-20 08:58:11 +03:00

8 lines
195 B
JavaScript

/** @type {import('next').NextConfig} */
const nextConfig = {
transpilePackages: ["@pdntechnology/cookie-consent"],
outputFileTracingRoot: import.meta.dirname,
};
export default nextConfig;