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 7bb0648 commit b6ea356Copy full SHA for b6ea356
1 file changed
src/utils/glob-copy.ts
@@ -10,6 +10,7 @@ interface GlobCopyOptions extends FsCopyOptions {
10
11
const defaultOptions: GlobCopyOptions = {
12
flat: false,
13
+ overwrite: true,
14
cwd: process.cwd(),
15
};
16
0 commit comments