fix(logging): Refactor logging and plugin imports: remove push.rocks dependencies and provide a simple console-based logger with a compatibility shim

This commit is contained in:
2025-10-24 08:21:13 +00:00
parent 33ee422f39
commit 8119ff264c
5 changed files with 36 additions and 33 deletions

View File

@@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@serve.zone/isocreator',
version: '1.2.1',
version: '1.2.2',
description: 'Ubuntu ISO customization tool for PC and Raspberry Pi with WiFi and cloud-init configuration'
}