Skip to content

Commit

Permalink
fix: another node_env fix
Browse files Browse the repository at this point in the history
  • Loading branch information
PenPow committed Jul 29, 2023
1 parent 928e4ba commit 4e8b294
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utilities/env.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const schema = s.object({
PRISMA_ENCRYPTION_KEY: s.string.lengthEqual(57),

SENTRY_DSN: s.string.url(),
NODE_ENV: s.union(s.literal("PRODUCTION"), s.literal("DEVELOPMENT")),
NODE_ENV: s.union(s.literal("production"), s.literal("development")),

// NOTE: Injected at compile time
// eslint-disable-next-line max-len
Expand Down

1 comment on commit 4e8b294

@vercel
Copy link

@vercel vercel bot commented on 4e8b294 Jul 29, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deployment failed with the following error:

Resource is limited - try again in 22 hours (more than 100, code: "api-deployments-free-per-day").

Please sign in to comment.