Skip to content

Commit

Permalink
Debug logging
Browse files Browse the repository at this point in the history
  • Loading branch information
codetheweb committed Sep 27, 2023
1 parent 6fc6aa6 commit 64be6b5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions nsm/scripts/generate-routes.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ async function generateNsmPagesManifest(rootDir, outputDir) {
filenameWithoutExtension
)

console.log({filePathWithoutExtension, relativePagePath})

manifest[`/${filePathWithoutExtension}`] = `pages/${relativePagePath}`
}

Expand Down

0 comments on commit 64be6b5

Please sign in to comment.