Skip to content

Commit

Permalink
Testing env variables
Browse files Browse the repository at this point in the history
  • Loading branch information
oogunjob committed Jan 27, 2024
1 parent 518447c commit 62ee6ad
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ function Home() {
// and the user needs to reauthenticate. This is a bug that needs to be fixed.
// Currently throws a 403 error when trying to fetch the user's library
useEffect(() => {
// TODO: Remove this
console.log(process.env.NEXT_PUBLIC_APPLE_DEVELOPER_TOKEN ?? "");

// @ts-ignore
window.MusicKit?.configure({
developerToken: process.env.NEXT_PUBLIC_APPLE_DEVELOPER_TOKEN ?? "",
Expand Down

0 comments on commit 62ee6ad

Please sign in to comment.