form 1 topics added

This commit is contained in:
2026-07-05 11:12:45 -04:00
parent a614532810
commit a23fa53772
58 changed files with 7089 additions and 475 deletions

View File

@@ -2,6 +2,9 @@ import type { NextConfig } from "next";
const nextConfig: NextConfig = {
output: "standalone",
// Pin the workspace root to this project. A stray package-lock.json in the
// parent directory otherwise makes Turbopack infer the wrong root and crash.
turbopack: { root: __dirname },
};
export default nextConfig;