feat: Enhance deployment capabilities with direct server deployment tools, email configuration, and comprehensive documentation

This commit is contained in:
ethan.chen
2026-01-07 16:56:31 +08:00
parent 8f8f852ce4
commit 2458bfa111
18 changed files with 1430 additions and 12 deletions

14
tests/tsconfig.json Normal file
View File

@@ -0,0 +1,14 @@
{
"extends": "../tsconfig.json",
"compilerOptions": {
"types": ["node"],
"noEmit": true,
"skipLibCheck": true,
"typeRoots": ["../types", "../node_modules/@types"],
"moduleResolution": "bundler",
"rootDir": ".."
},
"include": ["**/*.ts"],
"exclude": []
}