Skip to content

Commit

Permalink
chore: debug vercel build
Browse files Browse the repository at this point in the history
  • Loading branch information
capJavert committed Dec 2, 2024
1 parent 8fb5130 commit 4d9e9f3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/webapp/pages/users.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,9 @@ export async function getStaticProps(): Promise<
revalidate: 60,
};
}

console.log(JSON.stringify(error?.response?.errors, null, 2));

throw err;
}
}

0 comments on commit 4d9e9f3

Please sign in to comment.