mirror of
https://github.com/johndoe6345789/snippet-pastebin.git
synced 2026-04-24 13:34:55 +00:00
feat: refactor ESLint configuration and update dependencies; improve error handling and code structure
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
/* eslint-env node */
|
||||
/** @type {import('next').NextConfig} */
|
||||
const nextConfig = {
|
||||
output: process.env.BUILD_STATIC ? 'export' : 'standalone',
|
||||
|
||||
Reference in New Issue
Block a user