You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: add css format specifier support to enhancedConsoleLog (#300)
* Added CSS Formatting to Enhanced Logs
* Fixed Failing Enhanced Logs Tests
* Added CSS Formatting Test to Enhanced Console Logs
* Added @tanstack/devtools-vite Changeset
* Check for server enviroment in enhanceConsoleLog
- This change is made so log coloring can work in both Server and Browser
- It will use ANSI for Server and CSS for Browser
* fix: make the console logs always conditionally render
---------
Co-authored-by: Alem Tuzlak <t.zlak@hotmail.com>
0 commit comments