Merge branch 'dev' into production
All checks were successful
CI / CD / test-build (push) Successful in 10m14s
CI / CD / deploy-dev (push) Has been skipped
CI / CD / deploy-production (push) Successful in 23s

This commit is contained in:
2026-04-22 11:50:28 +02:00

View File

@@ -19,6 +19,7 @@ const eslintConfig = [
"coverage/**", "coverage/**",
"scripts/**", "scripts/**",
"next-env.d.ts", "next-env.d.ts",
"discord-presence-bot/**",
], ],
}, },
...compat.extends("next/core-web-vitals", "next/typescript"), ...compat.extends("next/core-web-vitals", "next/typescript"),