File tree Expand file tree Collapse file tree 2 files changed +0
-2
lines changed
experimentation-statsig/app/.well-known/vercel/flags
openfeature/app/.well-known/vercel/flags Expand file tree Collapse file tree 2 files changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,6 @@ import { type ProviderData, mergeProviderData } from 'flags'
33import { createFlagsDiscoveryEndpoint , getProviderData } from 'flags/next'
44import * as flags from '../../../../flags'
55
6- export const runtime = 'edge'
76export const dynamic = 'force-dynamic' // defaults to auto
87
98export const GET = createFlagsDiscoveryEndpoint ( async ( ) => {
Original file line number Diff line number Diff line change 11import { createFlagsDiscoveryEndpoint , getProviderData } from 'flags/next'
22import * as flags from '../../../../flags'
33
4- export const runtime = 'edge'
54export const dynamic = 'force-dynamic' // defaults to auto
65
76export const GET = createFlagsDiscoveryEndpoint ( ( ) => getProviderData ( flags ) )
You can’t perform that action at this time.
0 commit comments