mirror of
https://github.com/langgenius/dify.git
synced 2026-07-22 04:25:29 -04:00
3b55cbc780
- Delete cli/.env.e2e.example (root-level duplicate). The canonical template is cli/test/e2e/.env.e2e.example. - Add missing @ts-expect-error before the early-return project.provide() call in global-setup.ts (line 167). The second call at line 290 already had the suppressor; the first one was accidentally left without it, causing TS2345 in the CLI Tests CI.