Skip to content

Commit

Permalink
fix: better run your code before committing it and embarrassing yourself
Browse files Browse the repository at this point in the history
  • Loading branch information
Skn0tt committed May 11, 2023
1 parent e3c2c4d commit 6287e15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/runtime/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ const plugin: NetlifyPlugin = {
extendedRoutes.map(packSingleFunction),
)

await generateFunctions(constants, appDir, apiLambdas)
await generateFunctions(constants, appDir, apiLambdas, featureFlags)
await generatePagesResolver(constants)

await configureHandlerFunctions({
Expand Down

0 comments on commit 6287e15

Please sign in to comment.