add logger
This commit is contained in:
parent
eca92cf5b5
commit
25ffc9cf96
2 changed files with 6 additions and 1 deletions
3
packages/core/logger.mjs
Normal file
3
packages/core/logger.mjs
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
export function logger(message) {
|
||||
console.log(`${message}`, 'background-color: black;color:white;padding:4px;border-radius:15px');
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue