refactor: Update Dockerfile and TypeScript configurations for improved build process

This commit is contained in:
2025-04-25 00:10:40 +08:00
parent 72a59bbcdd
commit a324815788
4 changed files with 36 additions and 28 deletions

7
tsconfig.deploy.json Normal file
View File

@@ -0,0 +1,7 @@
{
"extends": "./tsconfig.json",
"compilerOptions": {
"rootDir": "."
},
"include": ["deploy-commands.ts"]
}