We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b799a19 commit 70a4fb2Copy full SHA for 70a4fb2
packages/runtime/src/helpers/functions.ts
@@ -88,7 +88,7 @@ export const generateFunctions = async (
88
89
const resolveSourceFile = (file: string) => join(publish, 'server', file)
90
91
- // TODO: this should be unneeded once we use the `none` bundler
+ // TODO: this should be unneeded once we use the `none` bundler everywhere
92
const resolverSource = await getResolverForSourceFiles({
93
functionsDir,
94
// These extra pages are always included by Next.js
0 commit comments