Build and deployment issues resolutions

This commit is contained in:
Stephanos A
2026-06-02 20:48:14 +03:00
parent 3e27933c71
commit 5c0a118f13
40 changed files with 541 additions and 177 deletions

View File

@@ -2,10 +2,6 @@
const nextConfig = {
reactStrictMode: true,
transpilePackages: ['@edr/types', '@edr/ui-common'],
output: 'standalone',
experimental: {
cpus: 1,
},
};
export default nextConfig;