diff --git a/.env.beta b/.env.beta index 8d1e93b3277..eca670feab7 100644 --- a/.env.beta +++ b/.env.beta @@ -1,3 +1,4 @@ VITE_BYPASS_LOGIN=0 VITE_BYPASS_TUTORIAL=0 -VITE_SERVER_URL=https://api.beta.pokerogue.net \ No newline at end of file +VITE_SERVER_URL=https://api.beta.pokerogue.net +VITE_I18N_DEBUG=1 \ No newline at end of file diff --git a/.env.development b/.env.development index 52788095220..52e8025ef57 100644 --- a/.env.development +++ b/.env.development @@ -1,4 +1,4 @@ VITE_BYPASS_LOGIN=1 VITE_BYPASS_TUTORIAL=0 VITE_SERVER_URL=http://localhost:8001 -VITE_I18N_DEBUG=0 \ No newline at end of file +VITE_I18N_DEBUG=1 \ No newline at end of file diff --git a/.env.production b/.env.production index 74818d41a12..d328b5bd43f 100644 --- a/.env.production +++ b/.env.production @@ -1,3 +1,4 @@ VITE_BYPASS_LOGIN=0 VITE_BYPASS_TUTORIAL=0 -VITE_SERVER_URL=https://api.pokerogue.net \ No newline at end of file +VITE_SERVER_URL=https://api.pokerogue.net +VITE_I18N_DEBUG=0 \ No newline at end of file