diff --git a/.replit b/.replit index a73e205..a5f9626 100644 --- a/.replit +++ b/.replit @@ -1,5 +1,5 @@ entrypoint = "main.py" -modules = ["python-3.10", "postgresql-16", "nodejs-20"] +modules = ["python-3.10", "nodejs-20", "postgresql-16"] hidden = [".pythonlibs"] @@ -22,6 +22,10 @@ externalPort = 80 localPort = 8080 externalPort = 8080 +[[ports]] +localPort = 44699 +externalPort = 3000 + [workflows] runButton = "Project"