Created
December 30, 2024 01:11
-
-
Save betillogalvanfbc/9a77fabc230add0b94399c38986b509f to your computer and use it in GitHub Desktop.
one-liner trick to instantly reveal every route in a Next.js app
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
console.log(__BUILD_MANIFEST.sortedPages.join('\n')); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment