49a3f72e13
* add shutdown manager * update ai test instructions * add shutdown timeout to redis-worker * move redis worker to packages * add unregister method * prep for publishing package * fix types * update ai files * fix cursor terminal links * prevent overly friendly ids * use structured logger * use unique shutdown handler names * rework suspend completion * add trycatch util * rework suspend restore * add http server metrics * add missing prom-client to core * add prom metrics to redis worker * bundle redis-worker * fix esm/cjs interop * remove proxy from changeset ignore and add supervisor * add pause to prerelease script for any manual edits * unregister the correct handler and add early detection * small change to http handler return * fix worker tests * fix shutdown manager tests
11 lines
226 B
JSON
11 lines
226 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"include": ["./src/**/*.ts"],
|
|
"compilerOptions": {
|
|
"isolatedDeclarations": false,
|
|
"composite": true,
|
|
"sourceMap": true,
|
|
"customConditions": ["@triggerdotdev/source"]
|
|
}
|
|
}
|