Add simple tests & remove !

This commit is contained in:
Andras Schmelczer 2026-05-04 10:31:46 +01:00
parent 0735dd764f
commit be0a49a11f
17 changed files with 1409 additions and 115 deletions

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

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