diff --git a/.replit b/.replit index a572720..e741c9a 100644 --- a/.replit +++ b/.replit @@ -14,6 +14,10 @@ run = ["npm", "run", "start"] localPort = 5000 externalPort = 80 +[[ports]] +localPort = 33611 +externalPort = 4200 + [[ports]] localPort = 35345 externalPort = 3002