fix media mime guessing when uploading to entity

This commit is contained in:
dswbx
2025-02-20 11:32:24 +01:00
parent eaa7276173
commit 94c40de011
10 changed files with 81 additions and 19 deletions

View File

@@ -33,6 +33,7 @@ let routesShown = false;
export default {
async fetch(request: Request) {
if (!app || recreate) {
console.log("[DB]", credentials);
app = App.create({
connection: credentials,
initialConfig