I have a libsonnet file in which I want to import another libsonnet file proving relative path
I am able to do it by going backward from current folder For example : import ‘../../../abc.libsonnet’
Is there any way to import same by proving relative path from root folder? Something like below import ‘./appl/example/test/abc.libsonnet
I tried this but facing ‘No match locally’ error during runtime
-J
arg as:Find more details at: https://www.mankier.com/1/jsonnet#Environment