We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5c0983 commit 1ce8106Copy full SHA for 1ce8106
packages/vite-plugin/src/lib/logger.ts
@@ -1,7 +1,7 @@
1
import chalk from 'chalk'
2
3
const NETLIFY_CYAN = chalk.rgb(40, 180, 170)
4
-const banner = NETLIFY_CYAN('◈ Netlify ◈')
+const banner = NETLIFY_CYAN('⬥ Netlify ⬥')
5
6
export const logger = {
7
error: (...data: any[]) => (data.length === 0 ? console.error(...data) : console.error(banner, ...data)),
0 commit comments