From 4ed5b6b6874d6e63ba8b0325b3adf18d229a168b Mon Sep 17 00:00:00 2001 From: ghaddaditw <40211818-ghaddaditw@users.noreply.replit.com> Date: Sat, 7 Jun 2025 23:55:32 +0000 Subject: [PATCH] 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 --- .replit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.replit b/.replit index d8bdbf8..5a354f4 100644 --- a/.replit +++ b/.replit @@ -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"]