EU Parliament Monitor — API Documentation - v0.9.0
    Preparing search index...

    Cache-busting configuration injected into every HTML template. Ensures browser and CDN caches are invalidated on each deploy.

    interface CacheBustConfig {
        buildShort: string;
        appVersion: string;
    }
    Index

    Properties

    buildShort: string

    Short build hash appended as ?v=<hash> to asset URLs

    appVersion: string

    Full semantic version string (e.g. 0.8.59)