mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-21 20:46:30 -05:00
parent
03a7016104
commit
c00a1fcb7f
1 changed files with 4 additions and 0 deletions
|
@ -71,6 +71,10 @@ func server(cmd *cobra.Command, args []string) {
|
||||||
viper.Set("Watch", true)
|
viper.Set("Watch", true)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if viper.GetBool("watch") {
|
||||||
|
serverWatch = true
|
||||||
|
}
|
||||||
|
|
||||||
l, err := net.Listen("tcp", net.JoinHostPort(serverInterface, strconv.Itoa(serverPort)))
|
l, err := net.Listen("tcp", net.JoinHostPort(serverInterface, strconv.Itoa(serverPort)))
|
||||||
if err == nil {
|
if err == nil {
|
||||||
l.Close()
|
l.Close()
|
||||||
|
|
Loading…
Reference in a new issue