CI / changes (pull_request) Successful in 6s
CI / api (pull_request) Successful in 2m9s
CI / fast-checks (pull_request) Successful in 2m30s
CI / security (pull_request) Successful in 59s
CI / harness (pull_request) Failing after 12m0s
CI / gate (pull_request) Failing after 2s
Reformats 4 phase-17 files (SettingsSheet.tsx, tokens.css, vite.config.ts, pwa-assets.config.ts) plus 11 pre-existing non-conformant docs/READMEs that the repo-wide format:check also flags. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
11 lines
362 B
TypeScript
11 lines
362 B
TypeScript
import { defineConfig, minimal2023Preset } from '@vite-pwa/assets-generator/config';
|
|
|
|
export default defineConfig({
|
|
preset: {
|
|
...minimal2023Preset,
|
|
},
|
|
images: ['public/logo.svg'],
|
|
// Do NOT set overrideManifestIcons: true — the manifest is maintained by hand
|
|
// in vite.config.ts (plan 17-04); auto-override would stomp the explicit entries.
|
|
});
|