diff --git a/.replit b/.replit index 3dc4618..cd793f0 100644 --- a/.replit +++ b/.replit @@ -14,6 +14,10 @@ run = ["npm", "run", "start"] localPort = 5000 externalPort = 80 +[[ports]] +localPort = 38173 +externalPort = 3001 + [[ports]] localPort = 41303 externalPort = 3002