fixed oauth and uploading and file details
This commit is contained in:
@@ -19,6 +19,7 @@ export const env = createEnv({
|
||||
NODE_ENV: z
|
||||
.enum(["development", "test", "production"])
|
||||
.default("development"),
|
||||
PAGE_URL: z.string().url(),
|
||||
},
|
||||
|
||||
/**
|
||||
@@ -40,6 +41,7 @@ export const env = createEnv({
|
||||
AUTH_DISCORD_SECRET: process.env.AUTH_DISCORD_SECRET,
|
||||
DATABASE_URL: process.env.DATABASE_URL,
|
||||
NODE_ENV: process.env.NODE_ENV,
|
||||
PAGE_URL: process.env.PAGE_URL,
|
||||
},
|
||||
/**
|
||||
* Run `build` or `dev` with `SKIP_ENV_VALIDATION` to skip env validation. This is especially
|
||||
|
||||
Reference in New Issue
Block a user