Add npm script for building icon versions from SVG source

`pnpm build:icons`
This commit is contained in:
2026-01-26 13:30:02 +07:00
parent 0f3359f725
commit 4bdd25c9c3
9 changed files with 5 additions and 0 deletions

View File

@@ -42,6 +42,10 @@ Make use of the many generators for code, try `pnpm ember help generate` for mor
- `pnpm vite build --mode development` (development)
- `pnpm build` (production)
### App Icon
- `pnpm build:icons` generates PNGs of all sizes from `public/icons/icon.svg`
### Deploying
Specify what it takes to deploy your app.