mirror of
https://github.com/MetaCubeX/metacubexd.git
synced 2024-11-10 17:25:34 +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'],
|
||
|
})
|