- Introduced a migration system for manifest files to support versioning and backward compatibility.
- Updated image processing to switch thumbnail format from WebP to JPEG for better compatibility.
- Added new commands for manifest migration and improved thumbnail handling in the builder.
- Enhanced documentation with architecture details and development commands.
Signed-off-by: Innei <tukon479@gmail.com>
- Updated the build script to convert `index.html` to a TypeScript module (`index.html.ts`).
- Refactored routes to directly import the HTML content instead of fetching it.
- Removed the `getIndexHtml` function and its associated constants as they are no longer needed.
- Updated `.gitignore` to include new files and removed the Geist font file.
Signed-off-by: Innei <tukon479@gmail.com>