Skip to content

Commit 8057e46

Browse files
authored
Update runtime setting on flags-sdk examples (#1136)
We can remove `runtime='edge'` in some parts of flags-sdk examples.
1 parent 2f34205 commit 8057e46

File tree

2 files changed

+0
-2
lines changed
  • flags-sdk
    • experimentation-statsig/app/.well-known/vercel/flags
    • openfeature/app/.well-known/vercel/flags

2 files changed

+0
-2
lines changed

flags-sdk/experimentation-statsig/app/.well-known/vercel/flags/route.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ import { type ProviderData, mergeProviderData } from 'flags'
33
import { createFlagsDiscoveryEndpoint, getProviderData } from 'flags/next'
44
import * as flags from '../../../../flags'
55

6-
export const runtime = 'edge'
76
export const dynamic = 'force-dynamic' // defaults to auto
87

98
export const GET = createFlagsDiscoveryEndpoint(async () => {
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
import { createFlagsDiscoveryEndpoint, getProviderData } from 'flags/next'
22
import * as flags from '../../../../flags'
33

4-
export const runtime = 'edge'
54
export const dynamic = 'force-dynamic' // defaults to auto
65

76
export const GET = createFlagsDiscoveryEndpoint(() => getProviderData(flags))

0 commit comments

Comments
 (0)