mirror of
https://github.com/wassname/talk.git
synced 2026-06-30 00:33:54 +08:00
11 lines
240 B
JSON
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"
|
|
]
|
|
}
|