diff options
| author | root <root@nani> | 2024-08-12 00:12:20 +0530 |
|---|---|---|
| committer | root <root@nani> | 2024-08-12 00:12:20 +0530 |
| commit | 20287f8edc8322bebc8e548e885c10b8bc47dc12 (patch) | |
| tree | c087cdb1ded737b68db20657ba30368b44252d91 /apps/web | |
| parent | update version (diff) | |
| download | supermemory-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.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 }, }; |