fix(lighthouse): change report export path

This commit is contained in:
2026-01-12 12:25:35 +01:00
parent c6c1e949be
commit 747948041e

View File

@@ -16,7 +16,8 @@ module.exports = {
},
},
upload: {
target: 'temporary-public-storage',
target: 'filesystem',
outputDir: './.lighthouseci', // C'est ici que Jenkins ira chercher les fichiers
},
},
};