feat(desktop): add type declaration for @brand-logo alias in brand-logo.d.ts
Deployment Config CI / Deployment Config (push) Successful in 12s
Desktop Client Build / Publish Client Artifacts to NAS (push) Successful in 30s
Desktop Client Build / Resolve Build Metadata (push) Successful in 26s
Desktop Client Build / Build Desktop Client (push) Successful in 22m8s

This commit is contained in:
2026-05-31 13:38:37 +08:00
parent 10d630db63
commit bdad050a8b
15 changed files with 339 additions and 62 deletions
@@ -94,6 +94,9 @@ export default defineConfig({
resolve: {
alias: {
'@renderer': resolve(rootDir, 'src/renderer'),
// Single source of truth for the brand mark; lives in public/ so the
// main process and electron-builder can read the same file.
'@brand-logo': resolve(rootDir, 'public/logo.svg'),
...workspaceAliases,
},
},