mirror of
https://github.com/placeAtlas/atlas.git
synced 2024-11-04 22:59:38 +01:00
4 lines
141 B
JavaScript
4 lines
141 B
JavaScript
|
import 'https://cdn.jsdelivr.net/npm/@pwabuilder/pwaupdate';
|
||
|
|
||
|
const el = document.createElement('pwa-update');
|
||
|
document.body.appendChild(el);
|