Commit d3340c2
Fix router.ts: import SupportedMimeType locally (not just re-export)
router.ts uses SupportedMimeType as a type in method signatures, so it
needs a local import in addition to the re-export.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 97fb479 commit d3340c2
1 file changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
50 | | - | |
| 50 | + | |
| 51 | + | |
51 | 52 | | |
52 | 53 | | |
53 | 54 | | |
| |||
0 commit comments