config example
This commit is contained in:
parent
ee544f8c37
commit
f5ca6b3ef2
|
@ -55,7 +55,6 @@ A Golang file watchers with live reload. Run, build and watch file changes with
|
||||||
|
|
||||||
#### Config file example
|
#### Config file example
|
||||||
|
|
||||||
```
|
|
||||||
version: "1.0"
|
version: "1.0"
|
||||||
projects:
|
projects:
|
||||||
- app_name: App One
|
- app_name: App One
|
||||||
|
@ -87,8 +86,6 @@ A Golang file watchers with live reload. Run, build and watch file changes with
|
||||||
exts:
|
exts:
|
||||||
- .go
|
- .go
|
||||||
|
|
||||||
```
|
|
||||||
|
|
||||||
#### To do
|
#### To do
|
||||||
- [x] Cli start, remove, add, list, run
|
- [x] Cli start, remove, add, list, run
|
||||||
- [x] Remove duplicate projects
|
- [x] Remove duplicate projects
|
||||||
|
|
Loading…
Reference in New Issue