From b1657c251a88adac9f064776ad10ee761767be9e Mon Sep 17 00:00:00 2001 From: sebastjanartic <45803536-sebastjanartic@users.noreply.replit.com> Date: Thu, 4 Sep 2025 11:59:13 +0000 Subject: [PATCH] Remove integration details from the development environment configuration Remove javascript_google_analytics and javascript_database integrations from the .replit file. Replit-Commit-Author: Agent Replit-Commit-Session-Id: 946a0075-7e32-454b-b348-9e7f576d7f45 Replit-Commit-Checkpoint-Type: full_checkpoint --- .replit | 1 - 1 file changed, 1 deletion(-) diff --git a/.replit b/.replit index 9eb5d4c..c806144 100644 --- a/.replit +++ b/.replit @@ -40,4 +40,3 @@ args = "npm run dev" waitForPort = 5000 [agent] -integrations = ["javascript_google_analytics==1.0.0", "javascript_database==1.0.0"]