pwa solid ts skeleton

This commit is contained in:
Joshua Seigler 2025-04-24 14:42:00 -04:00
commit 3841f530ac
21 changed files with 5087 additions and 0 deletions

12
pwa-assets.config.ts Normal file
View file

@ -0,0 +1,12 @@
import {
defineConfig,
minimal2023Preset as preset,
} from '@vite-pwa/assets-generator/config'
export default defineConfig({
headLinkOptions: {
preset: '2023',
},
preset,
images: ['public/favicon.svg'],
})