Hello everyone! Is there a way to set the srcDir for all sub directories of a directory in a generic way?
To give an example, I have the following code:
Hm, strange. I wrote a test for that which prints the directories and the resulting strings are all correct. After that I call srcDir on each of them, so no big magic involved there..
i
ilya.gorbunov
10/06/2020, 8:56 PM
Doesn't
srcDir("src/routes")
include the files in all subdirectories recursively?