Add explicit manifest type

This commit is contained in:
Alejandro Celaya 2023-11-02 10:20:45 +01:00
parent 2d6722826a
commit 18882375c6

View file

@ -1,4 +1,6 @@
export const manifest = {
import type { ManifestOptions } from 'vite-plugin-pwa';
export const manifest: Partial<ManifestOptions> = {
short_name: 'Shlink',
name: 'Shlink',
start_url: '/',