mirror of
https://github.com/Dokploy/website.git
synced 2026-06-15 20:25:25 +02:00
9 lines
146 B
JavaScript
9 lines
146 B
JavaScript
/** @type {import('next').NextConfig} */
|
|
const nextConfig = {
|
|
eslint: {
|
|
ignoreDuringBuilds: true
|
|
}
|
|
}
|
|
|
|
module.exports = nextConfig
|