RSS Git Download  Clone
Raw Blame History 136B 7 lines
/// <reference types="vite/client" />

declare const globalThis: {
    p3xrDevMode?: boolean
    p3xrApiPort?: string
} & typeof global