fix(frontend): add timesliderBootstrap to static resources

This commit is contained in:
n-goncalves 2025-04-07 12:15:23 +02:00 committed by GitHub
parent 676edddc38
commit 13b3c25007
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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$/
]