From df298558a5a5b747288d9656402af85e0ac75a43 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Erik=20Pedersen?= Date: Tue, 10 Mar 2020 18:12:11 +0100 Subject: Improve Tailwind/PostCSS error messages Fixes #7041 Fixes #7042 --- commands/server.go | 1 + 1 file changed, 1 insertion(+) (limited to 'commands/server.go') diff --git a/commands/server.go b/commands/server.go index a22a7a69a..f81708615 100644 --- a/commands/server.go +++ b/commands/server.go @@ -340,6 +340,7 @@ func (f *fileServer) createEndpoint(i int) (*http.ServeMux, string, string, erro if err != nil { f.c.logger.ERROR.Println(err) } + port = 1313 if !f.c.paused { port = f.c.Cfg.GetInt("liveReloadPort") -- cgit v1.2.3