fix: radar mime-type in chrome

This commit is contained in:
Mitchell Scott
2025-06-20 08:40:52 -06:00
parent 5414b1f5bc
commit dc13140cc4

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;