We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f261c50 commit 228af5bCopy full SHA for 228af5b
src/py/reactpy/reactpy/backend/__init__.py
@@ -4,6 +4,7 @@
4
_logger = getLogger(__name__)
5
6
# Fix for missing mime types due to OS corruption/misconfiguration
7
+# Example: https://github.com/encode/starlette/issues/829
8
if not mimetypes.inited:
9
mimetypes.init()
10
MIME_TYPES = {
0 commit comments