From 20009aed53d8864c9204d43a17895168a777d2cc Mon Sep 17 00:00:00 2001 From: Ilan Bigio Date: Mon, 16 Dec 2024 13:06:08 -0800 Subject: Initial commit --- webapp/next.config.mjs | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 webapp/next.config.mjs (limited to 'webapp/next.config.mjs') diff --git a/webapp/next.config.mjs b/webapp/next.config.mjs new file mode 100644 index 0000000..4678774 --- /dev/null +++ b/webapp/next.config.mjs @@ -0,0 +1,4 @@ +/** @type {import('next').NextConfig} */ +const nextConfig = {}; + +export default nextConfig; -- cgit v1.2.3