Skip to content

Commit

Permalink
chore: cleanup envs
Browse files Browse the repository at this point in the history
  • Loading branch information
einaralex committed Jul 30, 2024
1 parent 85c5824 commit 68460af
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 14 deletions.
11 changes: 0 additions & 11 deletions apps/customer/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,6 @@ 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);
}
if (process.env.DEPLOY_URL) {
console.log('DEPLOY_URL:', process.env.DEPLOY_URL);
}
if (process.env.DEPLOY_PRIME_URL) {
console.log('DEPLOY_PRIME_URL:', process.env.DEPLOY_PRIME_URL);
}

export default function Home() {
const { isAuthorized, isLoading } = useAuth();
const router = useRouter();
Expand Down
3 changes: 0 additions & 3 deletions apps/customer/next.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@ const __dirname = path.dirname(fileURLToPath(import.meta.url));
const isStandalone = process.env.STANDALONE === 'true';

const nextConfig = {
env: {
NEXT_PUBLIC_URL: process.env.URL,
},
sassOptions: {
includePaths: [path.join(__dirname, 'styles')],
},
Expand Down

0 comments on commit 68460af

Please sign in to comment.