change to structured weather icon paths

This commit is contained in:
Matt Walsh 2025-05-14 16:16:20 -05:00
commit 384693688c
No known key found for this signature in database
294 changed files with 1182 additions and 67 deletions

View file

@ -22,6 +22,7 @@ const formatter = async (message) => {
for (let i = 0; i < args.length; i += 1) {
text += `[${i}] ${args[i]} `;
}
text += message?.stackTrace()?.[0]?.url ?? '';
console.log(color(`CONSOLE.${type}: ${message.text()}\n${text} `));
};

1115
tests/package-lock.json generated Normal file

File diff suppressed because it is too large Load diff