mirror of
https://github.com/aljazceru/enclava.git
synced 2025-12-17 23:44:24 +01:00
build fix
This commit is contained in:
@@ -9,10 +9,8 @@ const nextConfig = {
|
||||
typescript: {
|
||||
ignoreBuildErrors: true,
|
||||
},
|
||||
experimental: {
|
||||
// Enable standalone output for better Docker compatibility
|
||||
outputStandalone: true,
|
||||
},
|
||||
// Enable standalone output for better Docker compatibility
|
||||
output: 'standalone',
|
||||
webpack: (config, { isServer, dev }) => {
|
||||
config.resolve.alias = {
|
||||
...config.resolve.alias,
|
||||
@@ -53,4 +51,4 @@ const nextConfig = {
|
||||
},
|
||||
};
|
||||
|
||||
module.exports = nextConfig;
|
||||
module.exports = nextConfig;
|
||||
|
||||
Reference in New Issue
Block a user