Skip to content

Commit 1997e12

Browse files
committed
update root app
1 parent 75175d7 commit 1997e12

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/root/src/pages/index.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ import Link from 'next/link';
44
export default function Home() {
55
const NEXT_PUBLIC_SUBAPP_URL = process.env.NEXT_PUBLIC_SUBAPP_URL;
66
console.log(`Home ${NEXT_PUBLIC_SUBAPP_URL}`, process.env);
7+
console.log(process.env);
78

89
return (
910
<div
@@ -28,6 +29,7 @@ export default function Home() {
2829
</div>
2930
<div>
3031
<p style={{ color: '#eee' }}>This is the root app.</p>
32+
<p>Deployment 001</p>
3133
</div>
3234
<div>
3335
<br />

0 commit comments

Comments
 (0)