PokéRogue
    Preparing search index...
    isBeta: boolean = ...

    true if running in "beta" mode which happens when:

    • The build mode is "beta" (pnpm build:beta which runs vite build --mode beta) or
    • The Vite server is started via pnpm start:beta (which runs vite --mode beta)