Loading app assets...
If this screen stays visible, the browser is usually blocking the JS/CSS bundle load.
Try opening this page from a local static server instead of double-clicking the file
(for example python3 -m http.server in lb-public-site and go to
http://127.0.0.1:5173/qr-sculptor/).
If this page doesn’t start, check that a static copy, not Vite dev, is serving this URL.
Kill any active Vite server on port 5173, then run: python3 -m http.server 5173 in lb-public-site