Can I get a reference of the build file path to us...
# general
a
Can I get a reference of the build file path to use within a build file?
1
c
yes, you have
build_file_dir
which is a
pathlib.PurePath
object.
🙏 2