summaryrefslogtreecommitdiff
path: root/tools/http_server.py
diff options
context:
space:
mode:
Diffstat (limited to 'tools/http_server.py')
-rwxr-xr-xtools/http_server.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/http_server.py b/tools/http_server.py
index 1951c9e53..0a8212b82 100755
--- a/tools/http_server.py
+++ b/tools/http_server.py
@@ -111,6 +111,8 @@ def server():
Handler.extensions_map.update({
".ts": "application/typescript",
".js": "application/javascript",
+ ".tsx": "application/typescript",
+ ".jsx": "application/javascript",
".json": "application/json",
})
SocketServer.TCPServer.allow_reuse_address = True