mirror of
https://github.com/hamburghammer/gohttpserver.git
synced 2024-12-22 22:47:41 +01:00
16 lines
282 B
YAML
16 lines
282 B
YAML
desc: Auto generated by fswatch [gohttp-vue]
|
|
triggers:
|
|
- name: ""
|
|
pattens:
|
|
- '!.git/'
|
|
- '**/*.go'
|
|
- '**/*.tmpl.html'
|
|
env:
|
|
DEBUG: "1"
|
|
cmd: go build && ./gohttpserver --upload --root testdata
|
|
shell: true
|
|
delay: 100ms
|
|
signal: KILL
|
|
watch_paths:
|
|
- .
|
|
watch_depth: 5
|