* ci: pull version from package.json on build

* fix: implicit any type

* feat: inital support for logger

* style: fix lint

* feat: move more logging over to pino

* fix: logging around company importing
This commit is contained in:
Husky
2025-07-08 22:01:23 -04:00
committed by GitHub
parent cf7d84db1b
commit 81eaeb6b9b
33 changed files with 481 additions and 171 deletions
+3 -1
View File
@@ -32,7 +32,9 @@
:class="{ 'group-hover:text-white transition-colors': animate }"
class="text-zinc-100 text-sm font-bold font-display"
>
{{ game ? game.mName : $t("settings.admin.store.dropGameNamePlaceholder") }}
{{
game ? game.mName : $t("settings.admin.store.dropGameNamePlaceholder")
}}
</h1>
<p
:class="{