Hi,
By looking at Fly's documentation about LiteFS, I realised it says that the mount section should be as follow:
[mounts]
source = "litefs"
destination = "/var/lib/litefs"
But in this project, we have
[mounts]
source = "data"
destination = "/data"
Is there any reason why this project is not using a lifets source?