fix: properly handle binary proxied responses, enforce bun usage, proper mobile-friendly frontend

This commit is contained in:
2026-01-05 15:10:23 -06:00
parent 96595b073d
commit 553bae5a7f
4 changed files with 17 additions and 15 deletions
+2
View File
@@ -1,7 +1,9 @@
{
"private": true,
"type": "module",
"packageManager": "bun@latest",
"scripts": {
"preinstall": "npx only-allow bun",
"dev": "vite dev",
"build": "vite build",
"preview": "vite preview",