I have a `config.nims` and I want to copy a dir to the bin dir using a task but
I'm getting this error: `Error: this proc is not available on the NimScript/js
target; usage of 'copyDir' is an {.error.} defined at...`I tried to use the `copy` command like this: `copy ./res ./bin` but it doesn't work...
