Add simple tests & remove !
This commit is contained in:
parent
0735dd764f
commit
be0a49a11f
17 changed files with 1409 additions and 115 deletions
9
pwa-assets.config.ts
Normal file
9
pwa-assets.config.ts
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
import {
|
||||
defineConfig,
|
||||
minimal2023Preset as preset,
|
||||
} from '@vite-pwa/assets-generator/config';
|
||||
|
||||
export default defineConfig({
|
||||
preset,
|
||||
images: ['public/favicon.svg'],
|
||||
});
|
||||
Loading…
Add table
Add a link
Reference in a new issue