From 1482422f2f5b236cdcdff4429ae06bb55dca4083 Mon Sep 17 00:00:00 2001 From: Tyler Hoang Date: Sun, 17 May 2026 12:46:13 -0700 Subject: Add stack start and stop scripts --- frontend/next.config.ts | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 frontend/next.config.ts (limited to 'frontend/next.config.ts') diff --git a/frontend/next.config.ts b/frontend/next.config.ts new file mode 100644 index 0000000..bf53630 --- /dev/null +++ b/frontend/next.config.ts @@ -0,0 +1,7 @@ +import type { NextConfig } from "next"; + +const nextConfig: NextConfig = { + reactStrictMode: true +}; + +export default nextConfig; -- cgit v1.3-2-g0d8e