feat(ui): add favicon.ico from Mac app icon (#305)

This commit is contained in:
Jefferson Nunn
2026-01-06 10:41:19 -06:00
committed by GitHub
parent 11b6fddcbf
commit 848f36b670
3 changed files with 2 additions and 0 deletions

View File

@@ -17,6 +17,7 @@ export default defineConfig(({ command }) => {
const base = envBase ? normalizeBase(envBase) : "/";
return {
base,
publicDir: path.resolve(here, "public"),
optimizeDeps: {
include: ["lit/directives/repeat.js"],
},