chore(web): clean up unused production code (#37854)

Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
This commit is contained in:
Stephen Zhou
2026-06-24 07:10:17 +00:00
committed by GitHub
co-authored by autofix-ci[bot]
parent 347b02d318
commit f665bcac95
438 changed files with 628 additions and 33238 deletions
+4
View File
@@ -105,6 +105,10 @@ jobs:
if: steps.changed-files.outputs.any_changed == 'true'
run: vp run knip
- name: Web dead code check production
if: steps.changed-files.outputs.any_changed == 'true'
run: vp run knip:production
ts-common-style:
name: TS Common
runs-on: depot-ubuntu-24.04