feature/excel #1

Open
mmintel wants to merge 84 commits from feature/excel into main
Showing only changes of commit a5db900d3f - Show all commits

View File

@@ -16,6 +16,9 @@ const nextConfig = {
cpus: 3, cpus: 3,
workerThreads: false, workerThreads: false,
}, },
serverActions: {
allowedOrigins: ["*.klz-cables.com", "*.branch.klz-cables.com", "localhost:3000", "klz.localhost"],
},
reactStrictMode: false, reactStrictMode: false,
swcMinify: true, swcMinify: true,
productionBrowserSourceMaps: false, productionBrowserSourceMaps: false,