Skip to content

Commit

Permalink
Env variables
Browse files Browse the repository at this point in the history
  • Loading branch information
SalmanAsh committed Aug 30, 2024
1 parent 804e32f commit 9074bf5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/app/env.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,4 @@ import env from "codeforlife/env"

export * from "codeforlife/env"

// Example of how to get an environment variable.
export const EXAMPLE = env.VITE_EXAMPLE ?? "DEFAULT_VALUE"
export const GH_CLIENT_ID = env.GITHUB_CLIENT_ID ?? "REPLACE_ME"

0 comments on commit 9074bf5

Please sign in to comment.