[fix]修复服务启动 (#3)

This commit is contained in:
lanceyq
2025-12-04 18:50:09 +08:00
committed by GitHub
parent b9c705998b
commit 0117194a67
23 changed files with 675 additions and 269 deletions

10
web/tsconfig.json Normal file
View File

@@ -0,0 +1,10 @@
{
"files": [],
"compilerOptions": {
"ignoreDeprecations": "5.0"
},
"references": [
{ "path": "./tsconfig.app.json" },
{ "path": "./tsconfig.node.json" }
]
}