mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2026-05-27 07:36:34 +00:00
Add explicit manifest type
This commit is contained in:
@@ -1,4 +1,6 @@
|
|||||||
export const manifest = {
|
import type { ManifestOptions } from 'vite-plugin-pwa';
|
||||||
|
|
||||||
|
export const manifest: Partial<ManifestOptions> = {
|
||||||
short_name: 'Shlink',
|
short_name: 'Shlink',
|
||||||
name: 'Shlink',
|
name: 'Shlink',
|
||||||
start_url: '/',
|
start_url: '/',
|
||||||
|
|||||||
Reference in New Issue
Block a user