Skip to content

Commit 2a57bb5

Browse files
authored
fix: allow dot files in function bundle
1 parent b14ff62 commit 2a57bb5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/build/content/server.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,7 @@ export const copyNextServerCode = async (ctx: PluginContext): Promise<void> => {
111111
],
112112
{
113113
cwd: srcDir,
114+
dot: true,
114115
extglob: true,
115116
},
116117
)

0 commit comments

Comments
 (0)