Skip to content

Commit

Permalink
chore: trigger build
Browse files Browse the repository at this point in the history
  • Loading branch information
tomwisecodes committed Aug 27, 2024
1 parent efffd02 commit 3cc80a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/nextjs/src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ import HomePage from "./home-page";

export default async function Page() {
const featureFlag = await serverSideFeatureFlag("lesson-planning-assistant");

console.log("trigger build");
return <HomePage featureFlag={featureFlag} />;
}

0 comments on commit 3cc80a4

Please sign in to comment.