Skip to content

Commit

Permalink
client side env
Browse files Browse the repository at this point in the history
  • Loading branch information
KobeZ123 committed Aug 1, 2024
1 parent 109a502 commit 0dbdea9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pages/sign-in.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ const SignIn: NextPage = () => {
console.log(process.env.DATABASE_URL);
console.log(process.env.NEXTAUTH_URL);
console.log(process.env.BUILD_ENV);
console.log(process.env.NEXT_PUBLIC_ENV);
const handleOnNortheasternSignInClick = (
e: React.MouseEvent<HTMLButtonElement>
) => {
Expand Down

0 comments on commit 0dbdea9

Please sign in to comment.