mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-14 08:02:15 +03:00
e0a4ee88fe
* cli: fix version command and makefile * cli: update console asset versioning format * cli: change .realize from dir to file * cli: update dependencies
39 lines
602 B
YAML
Executable File
39 lines
602 B
YAML
Executable File
settings:
|
|
files:
|
|
outputs:
|
|
status: false
|
|
name: outputs.log
|
|
logs:
|
|
status: false
|
|
name: logs.log
|
|
errors:
|
|
status: false
|
|
name: errors.log
|
|
legacy:
|
|
force: false
|
|
interval: 100ms
|
|
server:
|
|
status: false
|
|
open: false
|
|
port: 5001
|
|
host: localhost
|
|
schema:
|
|
- name: hasura-graphql-engine
|
|
path: cmd/hasura
|
|
commands:
|
|
install:
|
|
status: true
|
|
watcher:
|
|
paths:
|
|
- /
|
|
- ../../
|
|
extensions:
|
|
- go
|
|
ignored_paths:
|
|
- ../../.git
|
|
- ../../.realize
|
|
- ../../vendor
|
|
- ../../docs
|
|
- ../../build
|
|
- ../../vendor.orig
|