feat: refactor ESLint configuration and update dependencies; improve error handling and code structure

This commit is contained in:
2026-01-19 23:55:01 +00:00
parent 1cbcb2051f
commit f25e5e0597
25 changed files with 102 additions and 110 deletions

View File

@@ -1,3 +1,4 @@
/* eslint-env node */
/** @type {import('next').NextConfig} */
const nextConfig = {
output: process.env.BUILD_STATIC ? 'export' : 'standalone',