Skip to content

Commit

Permalink
chore: include types in svelte example (#617)
Browse files Browse the repository at this point in the history
* chore: include types in svelte example

* chore: use partial

* chore: cleanup
  • Loading branch information
userquin authored Dec 6, 2023
1 parent f90c09b commit 07b9150
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/svelte-routify/vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import { svelte } from '@sveltejs/vite-plugin-svelte'
import { VitePWA } from 'vite-plugin-pwa'
import replace from '@rollup/plugin-replace'

/** @type { Partial<import('vite-plugin-pwa').VitePWAOptions> } */
const pwaOptions = {
mode: 'development',
base: '/',
Expand Down

0 comments on commit 07b9150

Please sign in to comment.