1
0
mirror of https://github.com/lxsang/antd-web-apps synced 2024-11-20 02:18:20 +01:00

add mime support to backend

This commit is contained in:
lxsang 2021-04-19 21:04:46 +02:00
parent 9b05222488
commit 7ceeee20e2
2 changed files with 4 additions and 0 deletions

Binary file not shown.

View File

@ -66,5 +66,9 @@
"glb": {
"mime": "model/gltf-binary",
"binary": true
},
"ts":{
"mime": "text/x.typescript",
"binary": false
}
}