set up eslint and prettier

This commit is contained in:
2026-02-12 20:54:14 +01:00
parent 759e336956
commit 316055652f
60 changed files with 12758 additions and 2724 deletions

View File

@@ -8,7 +8,9 @@ export const env = createEnv({
BETTER_AUTH_SECRET: z.string().min(32),
BETTER_AUTH_URL: z.url(),
CORS_ORIGIN: z.url(),
NODE_ENV: z.enum(["development", "production", "test"]).default("development"),
NODE_ENV: z
.enum(["development", "production", "test"])
.default("development"),
},
runtimeEnv: process.env,
emptyStringAsUndefined: true,