refactor(gui): drop dependency on "pino"

This commit is contained in:
Binarybaron 2025-10-25 15:19:18 +02:00
parent 4245a0ba05
commit 7b6bf4f7f3
4 changed files with 12 additions and 227 deletions

View file

@ -7,7 +7,7 @@
"frontendDist": "../src-gui/dist",
"beforeBuildCommand": {
"cwd": "../src-gui",
"script": "yarn install && yarn run build"
"script": "yarn ci && yarn run build"
}
},
"app": {