Skip to content

Commit

Permalink
try VERCEL_ENV
Browse files Browse the repository at this point in the history
  • Loading branch information
0xAlec committed Aug 22, 2024
1 parent 36baf47 commit fcdd05f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion playground/nextjs-app-router/lib/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ type EnvironmentKey = (typeof ENVIRONMENT)[keyof typeof ENVIRONMENT];

export const ENVARS: Record<EnvironmentKey, string | undefined> = {
[ENVIRONMENT.API_KEY]: process.env.NEXT_PUBLIC_OCK_API_KEY,
[ENVIRONMENT.ENVIRONMENT]: process.env.NEXT_PUBLIC_VERCEL_ENV,
[ENVIRONMENT.ENVIRONMENT]: process.env.VERCEL_ENV,
};

0 comments on commit fcdd05f

Please sign in to comment.