diff --git a/.replit b/.replit index 9e04d65..6ce283d 100644 --- a/.replit +++ b/.replit @@ -15,10 +15,6 @@ run = ["npm", "run", "start"] localPort = 5000 externalPort = 80 -[[ports]] -localPort = 33273 -externalPort = 3000 - [env] PORT = "5000"