diff --git a/.replit b/.replit index edd8d3b..e11d7c3 100644 --- a/.replit +++ b/.replit @@ -1,5 +1,5 @@ entrypoint = "main.py" -modules = ["python-3.10", "nodejs-20", "postgresql-16"] +modules = ["nodejs-20", "postgresql-16"] hidden = [".pythonlibs"] @@ -7,8 +7,8 @@ hidden = [".pythonlibs"] channel = "stable-23_05" [deployment] -run = ["python", "main.py"] -deploymentTarget = "gce" +run = ["sh", "-c", "cd aethex-bot && npm start"] +deploymentTarget = "vm" ignorePorts = true [agent]