Streamline project setup by removing the unnecessary postgresql module

Removes the postgresql-16 module from the .replit configuration file.

Replit-Commit-Author: Agent
Replit-Commit-Session-Id: ff0be73b-afdd-4747-978b-bb8301fb0a82
Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/9777c70b-fc38-4831-8d6b-78dfffe041b0/4471700d-f4db-4129-9449-97d515d53f85.jpg
This commit is contained in:
ghaddaditw
2025-06-07 23:55:32 +00:00
parent 7dcd2117d3
commit 4ed5b6b687
+1 -1
View File
@@ -1,4 +1,4 @@
modules = ["nodejs-20", "web", "postgresql-16"]
modules = ["nodejs-20", "web"]
run = "npm run dev"
hidden = [".config", ".git", "generated-icon.png", "node_modules", "dist"]