Fix next auth routes

This commit is contained in:
JuliusMoehring
2023-11-07 17:41:02 +01:00
parent 3942f511cf
commit 7d6496a727
3 changed files with 65 additions and 39 deletions

View File

@@ -7,7 +7,6 @@ declare global {
CODE?: string;
BASE_URL?: string;
PROXY_URL?: string;
VERCEL?: string;
HIDE_USER_API_KEY?: string; // disable user's api key input
DISABLE_GPT4?: string; // allow user to use gpt-4 or not
BUILD_MODE?: "standalone" | "export";