chore: disable nextjs telemetry (#2517)

Signed-off-by: Ludovic Ortega <ludovic.ortega@adminafk.fr>
This commit is contained in:
Ludovic Ortega
2026-02-20 11:27:50 +01:00
committed by GitHub
parent 880fbc902d
commit cecdd63108
3 changed files with 9 additions and 1 deletions

View File

@@ -33,5 +33,11 @@ module.exports = {
rangeEnd: 0,
},
},
{
files: 'cache/config.json',
options: {
rangeEnd: 0, // default: Infinity
},
},
],
};