From a1c6395d1249d3de0b991adf018a4edaae283f01 Mon Sep 17 00:00:00 2001 From: Julien Calixte Date: Mon, 17 Jul 2023 21:44:04 +0200 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20(pwa)=20auto=20update=20app?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- vite.config.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/vite.config.ts b/vite.config.ts index 5d700d3..0cf4844 100644 --- a/vite.config.ts +++ b/vite.config.ts @@ -8,6 +8,7 @@ export default defineConfig({ plugins: [ vue(), VitePWA({ + registerType: 'autoUpdate', manifest: { name: 'Loopycode', short_name: 'Loopycode',