Add environment path to jpath for relative imports
enviroment `main.jsonnet` files updated the path of the import of
`base.libsonnet` to remove the relative bits because you can't assume
that the environment root is directly off the root. This breaks older
applications. The fix is to add the environment path to the jpath.
Fixes #493
Signed-off-by:
bryanl <bryanliles@gmail.com>
Showing
Please register or sign in to comment