SSE in working state

This commit is contained in:
Maximilian Wagner
2025-12-26 01:37:23 +01:00
parent aa76d9c721
commit a6214e022f
11 changed files with 116 additions and 71 deletions

View File

@@ -8,6 +8,7 @@ import (
type Config struct {
// general
LogLevel string `json:"logLevel"`
LogLevelNumeric int
LogFilePath string `json:"logFilePath"`
// latex
@@ -37,4 +38,3 @@ var LatexExec LatexExecution
var LogFile *os.File