Add missing env var

This commit is contained in:
bkellam 2025-03-17 21:39:56 -07:00
parent 483217bf56
commit 600cefbbd8

View file

@ -33,6 +33,8 @@ export const env = createEnv({
LOGTAIL_TOKEN: z.string().optional(),
LOGTAIL_HOST: z.string().url().optional(),
INDEX_CONCURRENCY_MULTIPLE: z.number().optional(),
},
runtimeEnv: process.env,
emptyStringAsUndefined: true,