From 8a635a8e5bf8d23994d30d7d90b0318c27246a5d Mon Sep 17 00:00:00 2001 From: Matt Strapp Date: Fri, 5 Apr 2024 16:56:02 -0500 Subject: Lint Signed-off-by: Matt Strapp --- clients/www/vite.config.ts | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'clients/www/vite.config.ts') diff --git a/clients/www/vite.config.ts b/clients/www/vite.config.ts index 752ed61..e81bca8 100644 --- a/clients/www/vite.config.ts +++ b/clients/www/vite.config.ts @@ -21,17 +21,17 @@ export default defineConfig({ name: 'Oracle Client', short_name: 'Oracle Client', theme_color: '#3EBCC5', - description: "A web-based client for the Oracle of Ages/Seasons password system", - display_override: ["standalone", "minimal-ui"], - display: "fullscreen", + description: 'A web-based client for the Oracle of Ages/Seasons password system', + display_override: ['standalone', 'minimal-ui'], + display: 'fullscreen', icons: [ { - src: "img/pwa-192x192.png", - sizes: "192x192", - type: "image/png", + src: 'img/pwa-192x192.png', + sizes: '192x192', + type: 'image/png' } ], - id: "zorascript", + id: 'zorascript' }, registerType: 'autoUpdate', workbox: { -- cgit v1.2.3