feat(ops): show worker and queue readiness
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"module": "CommonJS",
|
||||
"moduleResolution": "Node",
|
||||
"target": "ES2022",
|
||||
"strict": true,
|
||||
"esModuleInterop": true,
|
||||
"skipLibCheck": true,
|
||||
"typeRoots": ["../../govoplan-core/webui/node_modules/@types"],
|
||||
"types": ["node"],
|
||||
"outDir": ".runtime-status-test-build"
|
||||
},
|
||||
"include": [
|
||||
"src/features/ops/runtimeStatus.ts",
|
||||
"tests/runtime-status.test.ts"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user