Use Match for CLI MIME detection

This commit is contained in:
elpresidank 2026-06-04 05:56:53 -05:00
parent 89f9d63b88
commit a0d98a573b
4 changed files with 51 additions and 22 deletions

View file

@ -9,7 +9,7 @@
"build": "bunx --bun tsc",
"dev": "tsc --watch",
"clean": "rm -rf dist",
"test": "bunx --bun vitest run --passWithNoTests"
"test": "bunx --bun vitest run --passWithNoTests --exclude=dist/**"
},
"dependencies": {
"@trustgraph/base": "workspace:*",