From 18882375c63090e82a16defc18d26a193d96b39e Mon Sep 17 00:00:00 2001 From: Alejandro Celaya Date: Thu, 2 Nov 2023 10:20:45 +0100 Subject: [PATCH] Add explicit manifest type --- manifest.ts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/manifest.ts b/manifest.ts index af23c2c0..b206df32 100644 --- a/manifest.ts +++ b/manifest.ts @@ -1,4 +1,6 @@ -export const manifest = { +import type { ManifestOptions } from 'vite-plugin-pwa'; + +export const manifest: Partial = { short_name: 'Shlink', name: 'Shlink', start_url: '/',