fix(frontend): add timesliderBootstrap to static resources

This commit is contained in:
n-goncalves 2025-04-07 12:15:23 +02:00 committed by SamTV12345
parent 65949b60f2
commit aa25a2f840

View file

@ -51,6 +51,7 @@ exports.authnFailureDelayMs = 1000;
const staticResources = [
/^\/padbootstrap-[a-zA-Z0-9]+\.min\.js$/,
/^\/timeSliderBootstrap-[a-zA-Z0-9]+\.min\.js$/,
/^\/manifest.json$/
]