Skip to content

Commit

Permalink
feat(gatsby): Functions aren't GA but they're not longer EXPERIMENTAL (
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleAMathews committed May 11, 2021
1 parent 195d9f5 commit c1f365a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/gatsby/src/utils/flags.ts
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ const activeFlags: Array<IFlag> = [
env: `GATSBY_EXPERIMENTAL_FUNCTIONS`,
command: `all`,
telemetryId: `Functions`,
experimental: true,
experimental: false,
description: `Compile Serverless functions in your Gatsby project and write them to disk, ready to deploy to Gatsby Cloud`,
umbrellaIssue: `https://gatsby.dev/functions-feedback`,
testFitness: (): fitnessEnum => true,
Expand Down

0 comments on commit c1f365a

Please sign in to comment.