mirror of
https://github.com/wassname/talk.git
synced 2026-08-06 13:41:02 +08:00
* Merge client * Add linting script * Rename serve to start:development * Move error harmonization and handling to network layer * Show Comment Stream * Added initial test
9 lines
156 B
JSON
9 lines
156 B
JSON
{
|
|
"exec": "npm-run-all compile:relay-stream",
|
|
"ext": "ts,tsx,graphql",
|
|
"watch": [
|
|
"./src/core/client/stream",
|
|
"./src/core/**/*.graphql"
|
|
]
|
|
}
|