aboutsummaryrefslogtreecommitdiff
path: root/apps/web/next.config.js
diff options
context:
space:
mode:
authorDhravya <[email protected]>2024-02-21 16:11:35 -0700
committerDhravya <[email protected]>2024-02-21 16:11:35 -0700
commitcdceb1bc87dc2d5ef42a7f172ea5dc2263c5c526 (patch)
treee0234f7fff63b312f18c945bed37a430d1e68755 /apps/web/next.config.js
downloadsupermemory-cdceb1bc87dc2d5ef42a7f172ea5dc2263c5c526.tar.xz
supermemory-cdceb1bc87dc2d5ef42a7f172ea5dc2263c5c526.zip
initialised monorepo with auth and extension communication
Diffstat (limited to 'apps/web/next.config.js')
-rw-r--r--apps/web/next.config.js10
1 files changed, 10 insertions, 0 deletions
diff --git a/apps/web/next.config.js b/apps/web/next.config.js
new file mode 100644
index 00000000..9bfe4a0e
--- /dev/null
+++ b/apps/web/next.config.js
@@ -0,0 +1,10 @@
+/**
+ * Run `build` or `dev` with `SKIP_ENV_VALIDATION` to skip env validation. This is especially useful
+ * for Docker builds.
+ */
+await import("./src/env.js");
+
+/** @type {import("next").NextConfig} */
+const config = {};
+
+export default config;