## Versions @microsoft/bf-orchestrator-cli 4.14.1 ## Describe the bug If you have multiple level imports, then create will fail because it cannot find the nested imports. ## To Reproduce Steps to reproduce the behavior: 1. Create a.lu which imports b.lu which imports c.lu 2. Call orchestrator:create -i a.lu 3. You will get an error indicating it could not find the source for c.lu ## Expected behavior Multiple level imports should work. ## Additional context The issue is that findLUFiles returns an id that is not the full path and then that is used as a basedir for resolving the next imports. [bug]
Versions
@microsoft/bf-orchestrator-cli 4.14.1
Describe the bug
If you have multiple level imports, then create will fail because it cannot find the nested imports.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Multiple level imports should work.
Additional context
The issue is that findLUFiles returns an id that is not the full path and then that is used as a basedir for resolving the next imports.
[bug]