replace artifact heuristics/regexes with protocol messages (#8996)

This commit is contained in:
Jack Amadeo
2026-05-04 15:00:22 -04:00
committed by GitHub
parent 4a443feae8
commit ebe3315bdd
26 changed files with 484 additions and 2208 deletions
+1 -2
View File
@@ -8,10 +8,9 @@
"dev": "vite",
"build": "tsc && vite build",
"typecheck": "tsc --noEmit",
"check:file-sizes": "node ./scripts/check-file-sizes.mjs",
"check:i18n": "node ./scripts/check-i18n-strings.mjs",
"lint": "biome lint .",
"check": "biome check . && pnpm check:file-sizes && pnpm check:i18n",
"check": "biome check . && pnpm check:i18n",
"format": "biome format --write .",
"preview": "vite preview",
"tauri": "tauri",