Clean up: Remove Electron configuration
This commit is contained in:
parent
ecf92f7762
commit
f682af6c10
@ -1,8 +1,5 @@
|
|||||||
/** @type {import('next').NextConfig} */
|
/** @type {import('next').NextConfig} */
|
||||||
const nextConfig = {
|
const nextConfig = {
|
||||||
// For Electron compatibility
|
|
||||||
output: process.env.ELECTRON_BUILD === 'true' ? 'export' : undefined,
|
|
||||||
distDir: '.next',
|
|
||||||
eslint: {
|
eslint: {
|
||||||
ignoreDuringBuilds: true,
|
ignoreDuringBuilds: true,
|
||||||
},
|
},
|
||||||
@ -12,11 +9,6 @@ const nextConfig = {
|
|||||||
images: {
|
images: {
|
||||||
unoptimized: true,
|
unoptimized: true,
|
||||||
},
|
},
|
||||||
devIndicators: {
|
|
||||||
buildActivity: false,
|
|
||||||
buildActivityPosition: 'bottom-right',
|
|
||||||
autoPrerender: false,
|
|
||||||
},
|
|
||||||
experimental: {
|
experimental: {
|
||||||
webpackBuildWorker: true,
|
webpackBuildWorker: true,
|
||||||
parallelServerBuildTraces: true,
|
parallelServerBuildTraces: true,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user