diff options
| author | CodeTorso <[email protected]> | 2024-08-12 00:13:39 +0530 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-08-12 00:13:39 +0530 |
| commit | a5269d447ff75d03c485556907ab4526c838bb73 (patch) | |
| tree | c087cdb1ded737b68db20657ba30368b44252d91 /apps | |
| parent | update version (diff) | |
| parent | next fix, how did noone notice this ? (diff) | |
| download | supermemory-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.mjs | 2 |
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 }, }; |