admin / Synapse-Sonar
publicAttack Surface Simulation
Synapse-Sonar / synapse-sonar / next.config.js
226 B · main
1 2 3 4 5 6 7 8 | /** @type {import('next').NextConfig} */ const nextConfig = { // Required for the slim production Docker image (see Dockerfile runner stage). output: "standalone", reactStrictMode: true, }; module.exports = nextConfig; |