Skip to content

Commit

Permalink
remove edge
Browse files Browse the repository at this point in the history
  • Loading branch information
abvthecity committed Dec 20, 2024
1 parent e132655 commit e21a3bc
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ import { getFeatureFlags } from "@fern-docs/edge-config";
import { getMdxBundler } from "@fern-docs/ui/bundlers";
import { NextRequest, NextResponse } from "next/server";

export const runtime = "edge";

export async function GET(
req: NextRequest,
{ params }: { params: { api: string; endpoint: string } }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ import { getFeatureFlags } from "@fern-docs/edge-config";
import { getMdxBundler } from "@fern-docs/ui/bundlers";
import { NextRequest, NextResponse } from "next/server";

export const runtime = "edge";

export async function GET(
req: NextRequest,
{ params }: { params: { api: string; webhook: string } }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ import { getFeatureFlags } from "@fern-docs/edge-config";
import { getMdxBundler } from "@fern-docs/ui/bundlers";
import { NextRequest, NextResponse } from "next/server";

export const runtime = "edge";

export async function GET(
req: NextRequest,
{ params }: { params: { api: string; websocket: string } }
Expand Down

0 comments on commit e21a3bc

Please sign in to comment.