Hey, i am not able to copy a directory structure with the whole structure any more. With v9.x i always end up getting a flattened result - what is my error?
In v8 i used
await cpy('**', destination, { parents: true, cwd: source });
and now i thought
await cpy(source, destination);
or maybe
await cpy(source+'/**', destination);
should work?
Pay now to fund the work behind this issue.
Get updates on progress being made.
Maintainer is rewarded once the issue is completed.
You're funding impactful open source efforts
You want to contribute to this effort
You want to get funding like this too