Kizuki
    Preparing search index...

    Variable default

    default: (
        phase: string,
        ctx: { defaultConfig: NextConfig },
    ) => Promise<NextConfig>

    The Next.js settings for the dashboard, with the Workflow SDK added. The Workflow SDK writes its own routes into app/.well-known/workflow/ when Next.js loads this file.

    Type Declaration

      • (phase: string, ctx: { defaultConfig: NextConfig }): Promise<NextConfig>
      • Parameters

        • phase: string
        • ctx: { defaultConfig: NextConfig }

        Returns Promise<NextConfig>