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 008014a commit 0a44c6dCopy full SHA for 0a44c6d
packages/runtime/src/index.ts
@@ -172,6 +172,9 @@ const plugin: NetlifyPlugin = {
172
extendedRoutes.map(packSingleFunction),
173
)
174
175
+ await generateFunctions(constants, appDir, apiLambdas)
176
+ await generatePagesResolver(constants)
177
+
178
await configureHandlerFunctions({
179
netlifyConfig,
180
ignore,
@@ -180,9 +183,6 @@ const plugin: NetlifyPlugin = {
183
featureFlags,
181
184
})
182
185
- await generateFunctions(constants, appDir, apiLambdas)
- await generatePagesResolver(constants)
-
186
await movePublicFiles({ appDir, outdir, publish, basePath })
187
188
await patchNextFiles(appDir)
0 commit comments