mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-06-21 09:02:47 +02:00
* Crit override stuff * Update ability.ts Co-authored-by: NightKev <34855794+DayKev@users.noreply.github.com> * Update pokemon.ts Co-authored-by: NightKev <34855794+DayKev@users.noreply.github.com> * Update game-mode.ts Co-authored-by: NightKev <34855794+DayKev@users.noreply.github.com> --------- Co-authored-by: NightKev <34855794+DayKev@users.noreply.github.com>
9 lines
246 B
Plaintext
9 lines
246 B
Plaintext
VITE_BYPASS_LOGIN=1
|
|
VITE_BYPASS_TUTORIAL=0
|
|
VITE_SERVER_URL=http://localhost:8001
|
|
# IDs for discord/google auth go unused due to VITE_BYPASS_LOGIN
|
|
VITE_DISCORD_CLIENT_ID=1234567890
|
|
VITE_GOOGLE_CLIENT_ID=1234567890
|
|
VITE_I18N_DEBUG=0
|
|
VITE_PORT=8000
|