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