Refactor code structure for improved readability and maintainability
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -8,6 +8,7 @@ vite-lfg
|
||||
start.sh
|
||||
supabase.sh
|
||||
.wrangler
|
||||
todos
|
||||
|
||||
*.DS_Store
|
||||
|
||||
|
||||
13
GOALV2.md
13
GOALV2.md
@@ -1,5 +1,12 @@
|
||||
# 错误引导项目推进思维模型
|
||||
|
||||
|
||||
## 核心目标
|
||||
通过报错信息来推断进度,目的不是消灭报错
|
||||
项目背景:
|
||||
|
||||
这是一个 nodejs 的项目,现在要改造成 可以在 cloudflare 中运行的项目
|
||||
|
||||
第一步要去掉dotenv的依赖
|
||||
|
||||
import dotenv from "dotenv";
|
||||
|
||||
dotenv.config();
|
||||
|
||||
|
||||
@@ -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
14510
server/worker-configuration.d.ts
vendored
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user