diff --git a/.replit b/.replit index 77a16c9..cd990cf 100644 --- a/.replit +++ b/.replit @@ -15,6 +15,10 @@ run = ["npm", "run", "start"] localPort = 5000 externalPort = 80 +[[ports]] +localPort = 34033 +externalPort = 3001 + [[ports]] localPort = 35637 externalPort = 3000