We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3e1030e + ac1fb6f commit ade727eCopy full SHA for ade727e
apps/dokploy/next.config.mjs
@@ -6,9 +6,6 @@
6
/** @type {import("next").NextConfig} */
7
const nextConfig = {
8
reactStrictMode: true,
9
- eslint: {
10
- ignoreDuringBuilds: true,
11
- },
12
typescript: {
13
ignoreBuildErrors: true,
14
},
apps/dokploy/package.json
@@ -118,7 +118,7 @@
118
"lucide-react": "^0.469.0",
119
"micromatch": "4.0.8",
120
"nanoid": "3.3.11",
121
- "next": "^15.3.2",
+ "next": "^16.0.7",
122
"next-i18next": "^15.4.2",
123
"next-themes": "^0.2.1",
124
"nextjs-toploader": "^3.9.17",
0 commit comments