Allow database to create tables if they are missing

Update pgStore configuration in replitAuth.ts to set createTableIfMissing to true to resolve authentication issues.

Replit-Commit-Author: Agent
Replit-Commit-Session-Id: 3a22ac80-cd1d-4441-9e36-f24fc2f4c3de
Replit-Commit-Checkpoint-Type: full_checkpoint
Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/3478f7c3-db8c-4fca-9165-3adbdf1b5829/3a22ac80-cd1d-4441-9e36-f24fc2f4c3de/gBqmpbl
This commit is contained in:
spliceboti
2025-09-12 20:15:12 +00:00
parent 9945ecbca7
commit 3c7d15d6b0
2 changed files with 5 additions and 1 deletions
+4
View File
@@ -14,6 +14,10 @@ run = ["npm", "run", "start"]
localPort = 5000
externalPort = 80
[[ports]]
localPort = 35473
externalPort = 3000
[workflows]
runButton = "Project"