Merge pull request #117 from rmitchellscott/fix-radar-mime-chrome

fix: radar mime-type in chrome in Docker
This commit is contained in:
Matt Walsh
2025-06-20 21:12:40 -05:00
committed by GitHub

View File

@@ -2,6 +2,9 @@ server {
listen 8080; listen 8080;
server_name localhost; server_name localhost;
include mime.types; include mime.types;
types {
text/javascript mjs;
}
root /usr/share/nginx/html; root /usr/share/nginx/html;