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.
- 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.