diff options
author | Anthony Wang | 2022-04-10 10:58:44 -0500 |
---|---|---|
committer | Anthony Wang | 2022-04-10 10:58:44 -0500 |
commit | a207d8e08b97ede08668e69099fb166f2819a0e9 (patch) | |
tree | 519721c94f19d012f0e5e54e910475eb28b46e0a | |
parent | 6c749a22165573bfc8dee2a5e3336d6e64ffdc67 (diff) |
Use ports 4206 and 4207
-rwxr-xr-x | run | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -2,8 +2,8 @@ # Environment variable export NEXT_PUBLIC_BACK_HOST='https://game.exozy.me' -export FRONT_PORT=1950 -export PORT=1951 +export FRONT_PORT=4206 +export PORT=4207 # Build cd front |