mirror of
https://github.com/netbirdio/explain.git
synced 2026-05-22 18:44:28 -07:00
6 lines
139 B
JavaScript
6 lines
139 B
JavaScript
/** @type {import('next').NextConfig} */
|
|
const nextConfig = {
|
|
transpilePackages: ["@netbirdio/explain"],
|
|
};
|
|
|
|
module.exports = nextConfig; |