mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-14 17:41:09 +02:00
fix(cards-web): missing static assets — sql-wasm-browser.wasm + PWA icons
Two 404s reported from prod: 1) sql.js's production-bundled loader requested /sql-wasm-browser.wasm but only sql-wasm.wasm was in static/. The browser bundle is its own file; copy both so the loader hits whichever variant the runtime picks. Without this the .apkg import dies before reading SQLite. 2) shared-pwa's manifest references pwa-192x192.png, pwa-512x512.png and apple-touch-icon.png. None existed → Chrome's manifest-icon validator failed and there was no usable icon for A2HS. Generated minimal indigo-stacked-cards PNGs at the three required sizes. Note: the sync 402 reports in the same console output are a separate, intentional behaviour — mana-sync's billing middleware blocks pull/ push when the user has no active sync subscription. No code change needed; handled at the mana-credits layer. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
1e8d18ac8d
commit
c1423d2f72
4 changed files with 0 additions and 0 deletions
BIN
apps/cards/apps/web/static/apple-touch-icon.png
Normal file
BIN
apps/cards/apps/web/static/apple-touch-icon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 731 B |
BIN
apps/cards/apps/web/static/pwa-192x192.png
Normal file
BIN
apps/cards/apps/web/static/pwa-192x192.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 794 B |
BIN
apps/cards/apps/web/static/pwa-512x512.png
Normal file
BIN
apps/cards/apps/web/static/pwa-512x512.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2.3 KiB |
BIN
apps/cards/apps/web/static/sql-wasm-browser.wasm
Executable file
BIN
apps/cards/apps/web/static/sql-wasm-browser.wasm
Executable file
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue