Files
gigglewang0417 3b55cbc780 fix(e2e): remove duplicate cli/.env.e2e.example; fix TS2345 in global-setup
- 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.
2026-06-09 15:33:01 +08:00
..
2026-05-26 01:12:36 +00:00
2026-05-26 01:12:36 +00:00