aboutsummaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorCodeTorso <[email protected]>2024-08-12 00:13:39 +0530
committerGitHub <[email protected]>2024-08-12 00:13:39 +0530
commita5269d447ff75d03c485556907ab4526c838bb73 (patch)
treec087cdb1ded737b68db20657ba30368b44252d91 /apps
parentupdate version (diff)
parentnext fix, how did noone notice this ? (diff)
downloadsupermemory-a5269d447ff75d03c485556907ab4526c838bb73.tar.xz
supermemory-a5269d447ff75d03c485556907ab4526c838bb73.zip
Merge pull request #242 from CodeTorso/next-fix
next fix, how did noone notice this ?
Diffstat (limited to 'apps')
-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
},
};