Skip to content

Commit

Permalink
update root app
Browse files Browse the repository at this point in the history
  • Loading branch information
jdugan1024 committed Jul 5, 2023
1 parent 75175d7 commit 1997e12
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/root/src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import Link from 'next/link';
export default function Home() {
const NEXT_PUBLIC_SUBAPP_URL = process.env.NEXT_PUBLIC_SUBAPP_URL;
console.log(`Home ${NEXT_PUBLIC_SUBAPP_URL}`, process.env);
console.log(process.env);

return (
<div
Expand All @@ -28,6 +29,7 @@ export default function Home() {
</div>
<div>
<p style={{ color: '#eee' }}>This is the root app.</p>
<p>Deployment 001</p>
</div>
<div>
<br />
Expand Down

2 comments on commit 1997e12

@vercel
Copy link

@vercel vercel bot commented on 1997e12 Jul 5, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

vmas-subapp – ./packages/subapp

vmas-subapp-git-main-spantree.vercel.app
vmas-subapp-spantree.vercel.app
vmas-subapp-dev.vercel.app

@vercel
Copy link

@vercel vercel bot commented on 1997e12 Jul 5, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

vmas-root – ./packages/root

vmas-root-dev.vercel.app
vmas-root.vercel.app
vmas-root-git-main-spantree.vercel.app
vmas-root-spantree.vercel.app

Please sign in to comment.