feat(llm): add scriptable mock fault server

This commit is contained in:
Yichen Jiang
2026-07-25 08:20:40 +08:00
parent f7b36bd36d
commit 83cccd7ffc
22 changed files with 1972 additions and 1 deletions
@@ -0,0 +1,15 @@
{
"extends": "../../../tsconfig.base.json",
"compilerOptions": {
"rootDir": "src",
"outDir": "lib/types"
},
"include": [
"src"
],
"references": [
{
"path": "../../support/invariants"
}
]
}