Refactor code structure for improved readability and maintainability

This commit is contained in:
2026-06-17 01:35:55 -07:00
parent dc6004b012
commit 92d44b1ade
4 changed files with 14523 additions and 4 deletions

1
.gitignore vendored
View File

@@ -8,6 +8,7 @@ vite-lfg
start.sh
supabase.sh
.wrangler
todos
*.DS_Store

View File

@@ -1,5 +1,12 @@
# 错误引导项目推进思维模型
## 核心目标
通过报错信息来推断进度,目的不是消灭报错
项目背景:
这是一个 nodejs 的项目,现在要改造成 可以在 cloudflare 中运行的项目
第一步要去掉dotenv的依赖
import dotenv from "dotenv";
dotenv.config();

View File

@@ -88,6 +88,7 @@
}
},
"include": [
"worker-configuration.d.ts",
"src",
"tests",
"scripts",
@@ -99,4 +100,4 @@
"dist",
"tests/archives"
]
}
}

14510
server/worker-configuration.d.ts vendored Normal file

File diff suppressed because it is too large Load Diff