feat(logging): add structured server diagnostics
CI / validate (push) Successful in 4m55s
Release / release (push) Successful in 9m46s

This commit is contained in:
dmg
2026-08-01 17:37:52 -04:00
parent 5e693e2cdd
commit 86c87153b4
19 changed files with 331 additions and 13 deletions
+1
View File
@@ -34,6 +34,7 @@ const nextConfig: NextConfig = {
transpilePackages: [
"@minecraft-account-manager/contracts",
"@minecraft-account-manager/database",
"@minecraft-account-manager/logging",
],
};