Skip to content

Commit

Permalink
updated
Browse files Browse the repository at this point in the history
  • Loading branch information
fern authored and fern committed Dec 9, 2024
1 parent 58dea91 commit df19e61
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
import { getReturnToQueryParam } from "@/server/auth/return-to";
import { withDeleteCookie } from "@/server/auth/with-secure-cookie";
import { revokeSessionForToken } from "@/server/auth/workos-session";
import { FernNextResponse } from "@/server/FernNextResponse";
import { safeUrl } from "@/server/safeUrl";
import { getDocsDomainEdge, getHostEdge } from "@/server/xfernhost/edge";
import { withDefaultProtocol } from "@fern-api/ui-core-utils";
import { getAuthEdgeConfig } from "@fern-ui/fern-docs-edge-config";
import { COOKIE_ACCESS_TOKEN, COOKIE_FERN_TOKEN, COOKIE_REFRESH_TOKEN } from "@fern-ui/fern-docs-utils";
import { NextRequest, NextResponse } from "next/server";
import { FernNextResponse } from "../../../../server/FernNextResponse";

export const runtime = "edge";

Expand Down
3 changes: 3 additions & 0 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit df19e61

Please sign in to comment.