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

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