I have a multi-app project, and a mounted directory of files that I would like all applications to have access to. How do I accomplish this?
Project structure:
files/
application1/
.platform.app.yaml
..
application2/
.platform.app.yaml
..
..