mirror of
https://github.com/MetaCubeX/metacubexd.git
synced 2025-01-12 00:29:26 +08:00
10 lines
173 B
TypeScript
10 lines
173 B
TypeScript
|
import {
|
||
|
defineConfig,
|
||
|
minimalPreset as preset,
|
||
|
} from '@vite-pwa/assets-generator/config'
|
||
|
|
||
|
export default defineConfig({
|
||
|
preset,
|
||
|
images: ['public/favicon.svg'],
|
||
|
})
|