4 lines
106 B
TypeScript
4 lines
106 B
TypeScript
import { createDebug } from 'obug';
|
|
|
|
export const runnerDebug = createDebug('wxt:runner', { color: 31 });
|