From ef5c8a9afe16627dd72806f4d8e74eeb50ec081f Mon Sep 17 00:00:00 2001 From: pac7 <47831526-pac7@users.noreply.replit.com> Date: Tue, 7 Oct 2025 14:19:26 +0000 Subject: [PATCH] Add functionality to export user data and reports Export user data and reports as CSV files. Replit-Commit-Author: Agent Replit-Commit-Session-Id: cb061c75-702e-4b89-a8d1-77a96cdcdfbb Replit-Commit-Checkpoint-Type: full_checkpoint --- .replit | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.replit b/.replit index 5262bd16..aae4bbec 100644 --- a/.replit +++ b/.replit @@ -33,7 +33,3 @@ outputType = "webview" [[ports]] localPort = 5000 externalPort = 80 - -[[ports]] -localPort = 38839 -externalPort = 3001