UNPKG

betterpack

Version:

A Universal Node.js Package Manager CLI with automated agent capabilities

15 lines (13 loc) 228 B
/** @type {import('next').NextConfig} */ const nextConfig = { eslint: { ignoreDuringBuilds: true, }, typescript: { ignoreBuildErrors: true, }, images: { unoptimized: true, }, } export default nextConfig