Skip to content

Commit 70a4fb2

Browse files
authored
Update packages/runtime/src/helpers/functions.ts
1 parent b799a19 commit 70a4fb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/runtime/src/helpers/functions.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ export const generateFunctions = async (
8888

8989
const resolveSourceFile = (file: string) => join(publish, 'server', file)
9090

91-
// TODO: this should be unneeded once we use the `none` bundler
91+
// TODO: this should be unneeded once we use the `none` bundler everywhere
9292
const resolverSource = await getResolverForSourceFiles({
9393
functionsDir,
9494
// These extra pages are always included by Next.js

0 commit comments

Comments
 (0)