Skip to content

Commit

Permalink
feat: sync staging → main
Browse files Browse the repository at this point in the history
Signed-off-by: Griko Nibras <[email protected]>
  • Loading branch information
grikomsn committed Jan 24, 2024
2 parents 21060db + bdccec2 commit 9a66923
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/lib/edge-config.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import type { ExperimentalFeature } from "@skip-router/core";
import { createClient } from "@vercel/edge-config";

function getClient() {
Expand All @@ -17,6 +16,8 @@ export async function getCorsDomains(): Promise<string[]> {
}
}

type ExperimentalFeature = /* import('@skip-router/core').ExperimentalFeature */ string;

export async function getClientFlags(): Promise<ExperimentalFeature[]> {
try {
if (process.env.NEXT_PUBLIC_FLAGS_OVERRIDE) {
Expand Down

1 comment on commit 9a66923

@vercel
Copy link

@vercel vercel bot commented on 9a66923 Jan 24, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.