Sandboxed Compiles: support configurable texlive image root via env var

This commit is contained in:
yu-i-i
2026-02-02 16:59:34 +01:00
parent e59fe0c7f5
commit 773f3a15f6
9 changed files with 13 additions and 9 deletions

View File

@@ -46,7 +46,7 @@ const ProjectOptionsHandler = {
if (!isAllowed) {
throw new OError('invalid imageName', { imageName })
}
return settings.imageRoot + '/' + imageName
return imageName
},
async setImageName(projectId, imageName) {