Merge branch 'dev'

This commit is contained in:
Atridad Lahiji 2023-08-31 12:56:25 -06:00
commit a360e0c67f
No known key found for this signature in database

View file

@ -9,7 +9,6 @@ export const env = createEnv({
UPSTASH_REDIS_EXPIRY_SECONDS: z.string(),
UPSTASH_RATELIMIT_REQUESTS: z.string(),
UPSTASH_RATELIMIT_SECONDS: z.string(),
NODE_ENV: z.enum(["development", "test", "production"]),
ABLY_PRIVATE_KEY: z.string(),
APP_ENV: z.string(),
UNKEY_ROOT_KEY: z.string(),