mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2025-03-11 08:48:41 +03:00
Add explicit manifest type
This commit is contained in:
parent
2d6722826a
commit
18882375c6
1 changed files with 3 additions and 1 deletions
|
@ -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: '/',
|
||||
|
|
Loading…
Add table
Reference in a new issue