[web] Added DEFAULT_LATEX_COMPILER env (#32455)

This is mainly intended to be used in CE/Server Pro

GitOrigin-RevId: 277f9afca389a1e7b00db2d987129432fb1707b5
This commit is contained in:
Miguel Serrano
2026-05-21 08:06:12 +00:00
committed by Copybot
parent 107189cd5f
commit f9c53fe147
13 changed files with 42 additions and 25 deletions
@@ -35,6 +35,7 @@ describe('ProjectOptionsHandler', function () {
{ imageName: 'texlive-0000.0', imageDesc: 'test image 0' },
{ imageName: 'texlive-1234.5', imageDesc: 'test image 1' },
],
safeCompilers: ['pdflatex', 'latex', 'xelatex', 'lualatex'],
},
}))