feat(worker): scaffold Vite+React PWA with token storage and typed API client

This commit is contained in:
Bas van Rossem
2026-06-17 16:03:41 +02:00
parent 35f9aa5574
commit 3511fd8a89
22 changed files with 1545 additions and 4 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 547 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

View File

@@ -0,0 +1,12 @@
{
"name": "SoleLog",
"short_name": "SoleLog",
"start_url": "/",
"display": "standalone",
"background_color": "#ffffff",
"theme_color": "#2563EB",
"icons": [
{ "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" },
{ "src": "/icon-512.png", "sizes": "512x512", "type": "image/png" }
]
}