feat: improve model profile image with static file serving instead of base64 (which increases /api/models JSON body size)

This commit is contained in:
loitragg 2025-09-28 19:23:15 +07:00
parent 755ea41db2
commit 78af1ac311
No known key found for this signature in database
GPG key ID: 96292BAF3E28CFF5

29
package-lock.json generated
View file

@ -3677,6 +3677,21 @@
"@tiptap/pm": "^3.4.5"
}
},
"node_modules/@tiptap/extension-node-range": {
"version": "3.6.1",
"resolved": "https://registry.npmjs.org/@tiptap/extension-node-range/-/extension-node-range-3.6.1.tgz",
"integrity": "sha512-CB9La+HmR52BwMtuOOh1qPBTMpxMAkLqz5w0AiqEnrQ0OCumP+RvZgF1CGDqoIGKzrwFRxoHTaMLq/xmoVtqzA==",
"license": "MIT",
"peer": true,
"funding": {
"type": "github",
"url": "https://github.com/sponsors/ueberdosis"
},
"peerDependencies": {
"@tiptap/core": "^3.6.1",
"@tiptap/pm": "^3.6.1"
}
},
"node_modules/@tiptap/extension-ordered-list": {
"version": "3.0.7",
"resolved": "https://registry.npmjs.org/@tiptap/extension-ordered-list/-/extension-ordered-list-3.0.7.tgz",
@ -3757,6 +3772,20 @@
"@tiptap/core": "^3.0.7"
}
},
"node_modules/@tiptap/extension-text-style": {
"version": "3.6.1",
"resolved": "https://registry.npmjs.org/@tiptap/extension-text-style/-/extension-text-style-3.6.1.tgz",
"integrity": "sha512-aWmziUtNP6DnY0aKSt6HS7DcJgfP6zuAbVEuUsHLZAy4c9DAtKZbFuwLvIY7TvSG9haAKD8TWc8TATEpSct0UQ==",
"license": "MIT",
"peer": true,
"funding": {
"type": "github",
"url": "https://github.com/sponsors/ueberdosis"
},
"peerDependencies": {
"@tiptap/core": "^3.6.1"
}
},
"node_modules/@tiptap/extension-typography": {
"version": "3.0.7",
"resolved": "https://registry.npmjs.org/@tiptap/extension-typography/-/extension-typography-3.0.7.tgz",