chore: mark Task 2 complete (dba01e1)

This commit is contained in:
2026-07-02 15:17:35 +08:00
parent ee2cad0941
commit b88a3d8580

View File

@@ -8,10 +8,10 @@
## 2. 根配置 ## 2. 根配置
- [ ] 2.1 更新根 `package.json`:添加 `workspaces` 字段,统一根脚本(`dev``build``lint``format``test``typecheck` - [x] 2.1 更新根 `package.json`:添加 `workspaces` 字段,统一根脚本(`dev``build``lint``format``test``typecheck`
- [ ] 2.2 创建 `turbo.json`,配置 build/dev/lint/test/format/typecheck 流水线与缓存策略 - [x] 2.2 创建 `turbo.json`,配置 build/dev/lint/test/format/typecheck 流水线与缓存策略
- [ ] 2.3 更新 `.gitignore`,适配新的 `apps/``packages/` 路径 - [x] 2.3 更新 `.gitignore`,适配新的 `apps/``packages/` 路径
- [ ] 2.4 删除根目录现有 `node_modules/``package-lock.json`,重新 `npm install` - [x] 2.4 删除根目录现有 `node_modules/``package-lock.json`,重新 `npm install`
## 3. 工具链迁移oxlint + oxfmt ## 3. 工具链迁移oxlint + oxfmt