Skip to content

Commit

Permalink
chore: view envs
Browse files Browse the repository at this point in the history
  • Loading branch information
einaralex committed Jul 30, 2024
1 parent 45e7c92 commit c2ab87a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/customer/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ import { LoadingScreen } from 'src/components/LoadingScreen';

import s from './page.module.scss';

console.log('process.env', process.env);
if (process.env.URL) {
console.log('URL:', process.env.URL);
}
Expand Down

0 comments on commit c2ab87a

Please sign in to comment.