[ci] yarn format
This commit is contained in:
parent
5872ec3d9c
commit
b95cd19512
1 changed files with 1 additions and 1 deletions
|
@ -90,7 +90,7 @@ export const levels: Record<LoggerLevel, number> = {
|
|||
};
|
||||
|
||||
export function enableVerboseLogging() {
|
||||
debugPackage.enable('*,-babel');
|
||||
debugPackage.enable('*,-babel');
|
||||
debug('cli', '--verbose flag enabled! Enabling: DEBUG="*,-babel"');
|
||||
debug('cli', 'Tip: Set the DEBUG env variable directly for more control. Example: "DEBUG=astro:*,vite:* astro build".');
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue