Skip to content

Commit 6c31061

Browse files
committed
Debug logging
1 parent 2ef14dd commit 6c31061

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

nsm/scripts/generate-routes.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@ async function generateNsmPagesManifest(rootDir, outputDir) {
4141
filenameWithoutExtension,
4242
)
4343

44+
console.log({filePathWithoutExtension, relativePagePath})
45+
4446
manifest[`/${filePathWithoutExtension}`] = `pages/${relativePagePath}`
4547
}
4648

0 commit comments

Comments
 (0)