chore: fix inconsistent indentation and formatting in Next.js config
Some checks failed
Backend Tests / test (push) Failing after 5m0s
Lint / lint (push) Failing after 4m56s

This commit is contained in:
Mathis HERRIOT
2026-01-10 16:34:00 +01:00
parent 5a22ad7480
commit 9c45bf11e4

View File

@@ -3,7 +3,7 @@ import type { NextConfig } from "next";
const nextConfig: NextConfig = { const nextConfig: NextConfig = {
/* config options here */ /* config options here */
reactCompiler: true, reactCompiler: true,
output: 'standalone', output: "standalone",
}; };
export default nextConfig; export default nextConfig;