3 Commits

Author SHA1 Message Date
6f508ed194 Serve static files at /static and set JS MIME type
Add strings import for .js detection. Register an additional FileServer
at "/static/" to expose static files under that prefix. In the
FileServer handler, set Content-Type to "application/javascript" for .js
requests.
2026-01-13 00:14:28 -05:00
1fc32c9857 Serve static files at root; add ColorPicker README
- Change FileServer base path to “/” to serve static assets from the
  site root.
- Remove the unused helloHandler route registration.
- Add README documentation for the new ColorPicker web component.
2026-01-11 14:52:28 -05:00
7ca6f9f4d1 Add chi router app and go.mod with chi dependency 2026-01-11 12:46:25 -05:00