v0.3.2
Bug Fix
- Fix favicon.ico not found at runtime — The favicon was read from a path relative to
import.meta.dirnamewhich resolves todist/in the published package, but the file was insrc/assets/(not shipped). Moved to top-levelassets/directory included in the npm packagefilesarray.