Skip to content

Commit

Permalink
Setup the realize task runner
Browse files Browse the repository at this point in the history
  • Loading branch information
mingrammer committed Mar 17, 2019
1 parent 2cfed04 commit ad6cb54
Showing 1 changed file with 39 additions and 0 deletions.
39 changes: 39 additions & 0 deletions .realize.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
settings:
files:
outputs:
status: true
path: ""
name: .r.outputs.log
logs:
status: true
path: ""
name: .r.logs.log
errors:
status: true
path: ""
name: .r.errors.log
legacy:
force: false
interval: 0s
server:
status: true
open: false
port: 5002
host: localhost
schema:
- name: codelab
path: .
commands:
run:
status: true
watcher:
extensions:
- go
- html
paths:
- /
ignore:
paths:
- .git
- .realize
- vendor

0 comments on commit ad6cb54

Please sign in to comment.