fix: resolve all lint warnings in mobile and web apps

This commit is contained in:
2026-02-23 00:24:17 +03:00
parent d7278956fa
commit cbbea8a5dc
12 changed files with 20 additions and 9 deletions
+1 -1
View File
@@ -89,7 +89,7 @@ export const ENV: EnvConfig = {
// Log environment on startup (dev only)
if (ENV.isDevelopment && ENV.debug) {
console.log('🔧 Environment Config:', {
console.warn('[ENV] Environment Config:', {
env: ENV.env,
network: ENV.network,
wsEndpoint: ENV.wsEndpoint,