chore: lint and fmt
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
import {
|
||||
defineConfig,
|
||||
minimal2023Preset as preset
|
||||
} from '@vite-pwa/assets-generator/config'
|
||||
} from "@vite-pwa/assets-generator/config"
|
||||
|
||||
export default defineConfig({
|
||||
preset,
|
||||
images: ['public/favicon.png']
|
||||
images: ["public/favicon.png"]
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user