New development build.

This commit is contained in:
Jesse Malotaux 2025-04-30 13:18:26 +02:00
parent 05a5cb8325
commit 1cf9029a63
4 changed files with 1 additions and 2 deletions

Binary file not shown.

Binary file not shown.

View file

@ -21,5 +21,4 @@ func MCRMLogInit() {
func MCRMLog(v ...interface{}) { func MCRMLog(v ...interface{}) {
log.Println(v...) // Logs to terminal as well log.Println(v...) // Logs to terminal as well
// fmt.Fprintln(logFile, v...) // Logs to log file
} }

View file

@ -23,7 +23,7 @@ func main() {
apiInit(w, r) apiInit(w, r)
}) })
// helper.OpenBrowser("http://localhost:" + helper.EnvGet("MCRM__PORT")) helper.OpenBrowser("http://localhost:" + helper.EnvGet("MCRM__PORT"))
app.MCRMLog("Listening on http://localhost:" + helper.EnvGet("MCRM__PORT")) app.MCRMLog("Listening on http://localhost:" + helper.EnvGet("MCRM__PORT"))