UNPKG

datacops-cms

Version:

A modern, extensible CMS built with Next.js and Prisma.

14 lines (11 loc) 228 B
import type { NextConfig } from "next"; const nextConfig: NextConfig = { /* config options here */ typescript: { ignoreBuildErrors: true }, eslint: { ignoreDuringBuilds: true }, }; export default nextConfig;