mirror of
https://github.com/Dokploy/website
synced 2025-06-26 18:16:01 +00:00
9 lines
146 B
JavaScript
9 lines
146 B
JavaScript
/** @type {import('next').NextConfig} */
|
|
const nextConfig = {
|
|
eslint: {
|
|
ignoreDuringBuilds: true
|
|
}
|
|
}
|
|
|
|
module.exports = nextConfig
|