frontend
    Preparing search index...

    Interface ImportMetaEnv

    Environment variables exposed via Vite.

    interface ImportMetaEnv {
        VITE_API_BASE_URL: string;
        [key: string]: string | undefined;
    }

    Indexable

    • [key: string]: string | undefined
    Index

    Properties

    VITE_API_BASE_URL: string

    Base URL for API requests