Merge pull request #19842 from overleaf/jpa-ro-mirror-on-client

[misc] add readonly mirror of full project content on the client

GitOrigin-RevId: 940bd93bfd587f83ca383d10fc44579b38fc3e88
This commit is contained in:
Jakob Ackermann
2024-08-21 13:28:21 +02:00
committed by Copybot
parent de842c61c3
commit 577497b655
46 changed files with 816 additions and 142 deletions
@@ -127,6 +127,7 @@ module.exports = ProjectEditorHandler = {
name: file.name,
linkedFileData: file.linkedFileData,
created: file.created,
hash: file.hash,
}
},