Merge branch 'v1' of https://github.com/tockins/realize into v1
This commit is contained in:
commit
7b110a0981
|
@ -13,7 +13,7 @@ import (
|
||||||
const (
|
const (
|
||||||
AppName = "Realize"
|
AppName = "Realize"
|
||||||
AppVersion = "v1.0"
|
AppVersion = "v1.0"
|
||||||
AppDescription = "A Golang build system with file watchers, output streams and live reload. Run, build and watch file changes with custom paths"
|
AppDescription = "A Go build system with file watchers, output streams and live reload. Run, build and watch file changes with custom paths"
|
||||||
AppFile = "realize.config.yaml"
|
AppFile = "realize.config.yaml"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue