fix(bug): Could not find MIME for Buffer <null>

This commit is contained in:
Ada
2026-02-01 09:12:29 -08:00
parent 240a7eea8b
commit 536513ab3f

View File

@@ -19,14 +19,10 @@
"bundleIdentifier": "com.sentinel.app" "bundleIdentifier": "com.sentinel.app"
}, },
"android": { "android": {
"adaptiveIcon": {
"foregroundImage": "./assets/adaptive-icon.png",
"backgroundColor": "#459E9E"
},
"package": "com.sentinel.app" "package": "com.sentinel.app"
}, },
"web": { "web": {
"favicon": "./assets/favicon.png", "favicon": "./assets/icon.png",
"bundler": "metro" "bundler": "metro"
} }
} }