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:
@@ -1,4 +1,4 @@
|
|||||||
modules = ["nodejs-20", "web", "postgresql-16"]
|
modules = ["nodejs-20", "web"]
|
||||||
run = "npm run dev"
|
run = "npm run dev"
|
||||||
hidden = [".config", ".git", "generated-icon.png", "node_modules", "dist"]
|
hidden = [".config", ".git", "generated-icon.png", "node_modules", "dist"]
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user