You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 15, 2025. It is now read-only.
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]