251127:1700 Frontend Start Build
This commit is contained in:
13
frontend/.ignored_node_modules/next-auth/lib/env.d.ts
generated
vendored
Normal file
13
frontend/.ignored_node_modules/next-auth/lib/env.d.ts
generated
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
import { NextRequest } from "next/server";
|
||||
import type { NextAuthConfig } from "./index.js";
|
||||
/** If `NEXTAUTH_URL` or `AUTH_URL` is defined, override the request's URL. */
|
||||
export declare function reqWithEnvURL(req: NextRequest): NextRequest;
|
||||
/**
|
||||
* For backwards compatibility, `next-auth` checks for `NEXTAUTH_URL`
|
||||
* and the `basePath` by default is `/api/auth` instead of `/auth`
|
||||
* (which is the default for all other Auth.js integrations).
|
||||
*
|
||||
* For the same reason, `NEXTAUTH_SECRET` is also checked.
|
||||
*/
|
||||
export declare function setEnvDefaults(config: NextAuthConfig): void;
|
||||
//# sourceMappingURL=env.d.ts.map
|
||||
Reference in New Issue
Block a user