Skip to content

Commit d857028

Browse files
committed
chore:add a test log for prod
1 parent 4846399 commit d857028

File tree

1 file changed

+1
-0
lines changed
  • apps/web/src/app/(main)/(landing)

1 file changed

+1
-0
lines changed

apps/web/src/app/(main)/(landing)/page.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ export default function Home() {
1414

1515
const getStartedHandler = (): void => {
1616
router.push("/dashboard/home");
17+
console.log("start");
1718
};
1819

1920
return (

0 commit comments

Comments
 (0)