God Mode: Complete system with all fixes - BullMQ worker, ContentFactory dashboard, SystemMonitor API, public assets

This commit is contained in:
cawcenter
2025-12-15 20:56:42 -05:00
parent 6e826de942
commit 98a1d0cc51
10 changed files with 1344 additions and 149 deletions

11
public/favicon.svg Normal file
View File

@@ -0,0 +1,11 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32">
<defs>
<linearGradient id="godGrad" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" style="stop-color:#3B82F6;stop-opacity:1" />
<stop offset="100%" style="stop-color:#8B5CF6;stop-opacity:1" />
</linearGradient>
</defs>
<rect width="32" height="32" rx="6" fill="url(#godGrad)"/>
<path d="M16 6 L18 12 L24 12 L19 16 L21 22 L16 18 L11 22 L13 16 L8 12 L14 12 Z" fill="#FFD700" stroke="#FFF" stroke-width="0.5"/>
<circle cx="16" cy="14" r="3" fill="none" stroke="#FFF" stroke-width="1.5"/>
</svg>

After

Width:  |  Height:  |  Size: 591 B