From f682af6c10a8d34b8c022aa0090b5d55986ea3b5 Mon Sep 17 00:00:00 2001 From: alma Date: Sat, 10 Jan 2026 11:09:16 +0100 Subject: [PATCH] Clean up: Remove Electron configuration --- next.config.mjs | 8 -------- 1 file changed, 8 deletions(-) diff --git a/next.config.mjs b/next.config.mjs index 0de242e..e033c97 100644 --- a/next.config.mjs +++ b/next.config.mjs @@ -1,8 +1,5 @@ /** @type {import('next').NextConfig} */ const nextConfig = { - // For Electron compatibility - output: process.env.ELECTRON_BUILD === 'true' ? 'export' : undefined, - distDir: '.next', eslint: { ignoreDuringBuilds: true, }, @@ -12,11 +9,6 @@ const nextConfig = { images: { unoptimized: true, }, - devIndicators: { - buildActivity: false, - buildActivityPosition: 'bottom-right', - autoPrerender: false, - }, experimental: { webpackBuildWorker: true, parallelServerBuildTraces: true,