default: (
phase: string,
ctx: { defaultConfig: NextConfig },
) => Promise<NextConfig>
Type Declaration
-
- (phase: string, ctx: { defaultConfig: NextConfig }): Promise<NextConfig>
-
Parameters
- phase: string
- ctx: { defaultConfig: NextConfig }
Returns 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.