add bot wsp
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"watch": ["src"],
|
||||
"ext": "ts",
|
||||
"ignore": [
|
||||
"**/*.test.ts",
|
||||
"**/*.spec.ts"
|
||||
],
|
||||
"delay": "1000",
|
||||
"signal": "SIGTERM",
|
||||
"restartable": "rs",
|
||||
"execMap": {
|
||||
"ts": "tsx"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user