We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8e728c commit 52b79f8Copy full SHA for 52b79f8
packages/runtime/src/helpers/functions.ts
@@ -374,7 +374,7 @@ export const getApiRouteConfigs = async (
374
export const getExtendedApiRouteConfigs = async (
375
publish: string,
376
baseDir: string,
377
- pageExtensions?: string[],
+ pageExtensions: string[],
378
): Promise<Array<ApiRouteConfig>> => {
379
const settledApiRoutes = await getApiRouteConfigs(publish, baseDir, pageExtensions)
380
0 commit comments