Teleforge API Reference - v0.1.0
    Preparing search index...

    Interface TeleforgeRuntime

    Describes the runtime behavior and framework wiring for a Teleforge application.

    interface TeleforgeRuntime {
        apiPrefix?: string;
        apiRoutes?: string;
        build?: { basePath?: string; outDir?: string };
        mode: "spa" | "bff";
        ssr?: boolean;
        webFramework: "vite" | "nextjs" | "custom";
    }
    Index

    Properties

    apiPrefix?: string
    apiRoutes?: string
    build?: { basePath?: string; outDir?: string }
    mode: "spa" | "bff"
    ssr?: boolean
    webFramework: "vite" | "nextjs" | "custom"