We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 559b48d commit 29dad6fCopy full SHA for 29dad6f
packages/runtime/src/templates/getPageResolver.ts
@@ -34,7 +34,7 @@ export const getResolverForDependencies = ({
34
}) => {
35
const pageFiles = dependencies.map((file) => `require.resolve('${relative(functionDir, file)}')`)
36
return outdent/* javascript */ `
37
- // This file is purely to allow nft to know about these pages.
+ // This file is purely to allow nft to know about these pages.
38
exports.resolvePages = () => {
39
try {
40
${pageFiles.join('\n ')}
0 commit comments