Skip to content

Commit

Permalink
add build env debug
Browse files Browse the repository at this point in the history
  • Loading branch information
KobeZ123 committed Aug 1, 2024
1 parent 54ec6d3 commit 4a0b25c
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 @@ -32,6 +32,7 @@ export async function getServerSideProps(context: GetServerSidePropsContext) {
const SignIn: NextPage = () => {
console.log(process.env.NODE_ENV);
console.log(process.env.DATABASE_URL);
console.log(process.env.BUILD_ENV);
const handleOnNortheasternSignInClick = (
e: React.MouseEvent<HTMLButtonElement>
) => {
Expand Down

0 comments on commit 4a0b25c

Please sign in to comment.