cx-nexredirect/next.config.js

7 lines
170 B
JavaScript
Raw Normal View History

/** @type {import('next').NextConfig} */
const nextConfig = {
serverExternalPackages: ["better-sqlite3", "maxmind", "puppeteer-core"],
};
module.exports = nextConfig;