We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 242928f commit 63f0c45Copy full SHA for 63f0c45
apps/webapp/app/env.server.ts
@@ -28,7 +28,7 @@ const EnvironmentSchema = z.object({
28
FROM_EMAIL: z.string().optional(),
29
REPLY_TO_EMAIL: z.string().optional(),
30
SMTP_HOST: z.string().optional(),
31
- SMTP_PORT: z.number().optional(),
+ SMTP_PORT: z.coerce.number().optional(),
32
SMTP_USER: z.string().optional(),
33
SMTP_PASSWORD: z.string().optional(),
34
PLAIN_API_KEY: z.string().optional(),
0 commit comments