Files
llama-link/internal
darroyo b18d4bd146
CI / test (push) Failing after 12m25s
fix: use mime.TypeByExtension for static asset Content-Type
http.DetectContentType() cannot detect JS, CSS, SVG, etc. from magic
bytes — it falls back to text/plain, causing browsers to reject module
scripts with 'Expected a JavaScript module' error.

Use mime.TypeByExtension(ext) which correctly maps .js ->
application/javascript, .css -> text/css, etc.
2026-07-31 15:37:16 -04:00
..
2026-07-30 10:58:55 -04:00