Skip to content

Commit

Permalink
chore: why
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrevile committed Aug 17, 2024
1 parent 98c24fa commit bbda53a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/web-domains/src/common/utils/getWebDomain.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
const STAGE = process.env.NEXT_PUBLIC_STAGE;

export const getWebDomain = () => {
console.log({ STAGE });
switch (STAGE) {
case 'production':
return 'https://moring.one';
Expand Down

0 comments on commit bbda53a

Please sign in to comment.