aboutsummaryrefslogtreecommitdiff
path: root/apps/web
diff options
context:
space:
mode:
authorroot <root@nani>2024-08-12 00:12:20 +0530
committerroot <root@nani>2024-08-12 00:12:20 +0530
commit20287f8edc8322bebc8e548e885c10b8bc47dc12 (patch)
treec087cdb1ded737b68db20657ba30368b44252d91 /apps/web
parentupdate version (diff)
downloadsupermemory-20287f8edc8322bebc8e548e885c10b8bc47dc12.tar.xz
supermemory-20287f8edc8322bebc8e548e885c10b8bc47dc12.zip
next fix, how did noone notice this ?
Diffstat (limited to 'apps/web')
-rw-r--r--apps/web/next.config.mjs2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/web/next.config.mjs b/apps/web/next.config.mjs
index ef57aecc..ef442dab 100644
--- a/apps/web/next.config.mjs
+++ b/apps/web/next.config.mjs
@@ -9,7 +9,7 @@ const baseNextConfig = {
TELEGRAM_BOT_TOKEN: process.env.TELEGRAM_BOT_TOKEN,
},
eslint: {
- disableDuringBuilds: true,
+ ignoreDuringBuilds: true
},
};