UNPKG

license-kit

Version:

Aggregate license notes of OSS libraries used in your Node.js project, analyze & visualize OSS licenses with AI-turbocharged tooling

7 lines (5 loc) 126 B
/** @type {import("next").NextConfig} */ const nextConfig = { distDir: 'visualizer-build', }; module.exports = nextConfig;