mirror of
https://github.com/wassname/talk.git
synced 2026-07-06 05:17:19 +08:00
65c8da0f34
* Merge client * Add linting script * Rename serve to start:development * Move error harmonization and handling to network layer * Show Comment Stream * Added initial test
11 lines
133 B
JSON
11 lines
133 B
JSON
{
|
|
"exec": "npm run start:development",
|
|
"ext": "ts,graphql",
|
|
"watch": [
|
|
"./src"
|
|
],
|
|
"ignore": [
|
|
"./src/client"
|
|
]
|
|
}
|