Hi, i want organizate my stubb folder like this:
This is to be able to separate the endpoints from the stubby depending on the different modules and not just have a huge file with all the endpoints.
I have tried to use an additional package that to combine the .yml files but it has not worked for me. This is what i used:
- Package: merge-yaml
- Cli command: merge-yaml -i src/stubbs/endpoints/*.yaml -o endpoints.yaml && stubby -s 1500 -d endpoints.yaml
Does anyone have a similar structure that works for them or is there a way to load a list of config files?
Thx