Files
talk/.nodemon.json
T
2018-02-13 12:12:03 -07:00

11 lines
240 B
JSON

{
"exec": "npm-run-all --parallel generate-introspection start:development",
"ignore": ["test/*", "client/*", "dist/*", "plugins/*/client"],
"ext": "js,json,graphql,yml",
"watch": [
".",
"bin/cli",
"bin/cli-serve"
]
}