GF-6, #8 Added auth.
Some checks failed
Production PR / QA Tests (pull_request) Failing after 13s
Some checks failed
Production PR / QA Tests (pull_request) Failing after 13s
This commit is contained in:
parent
e8818d6eaa
commit
10e4363cbd
60 changed files with 4855 additions and 160 deletions
|
|
@ -2,6 +2,9 @@ import { z } from "zod";
|
|||
|
||||
const EnvSchema = z.object({
|
||||
NODE_ENV: z.string(),
|
||||
DATABASE_URL: z.string(),
|
||||
BETTER_AUTH_SECRET: z.string(),
|
||||
BETTER_AUTH_URL: z.string(),
|
||||
});
|
||||
|
||||
export type EnvSchema = z.infer<typeof EnvSchema>;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue