User checkpoint: Configure Replit to run development server in background.

This commit is contained in:
TerribleDev
2025-02-15 18:56:38 +00:00
parent 9b9f3a15d1
commit 56e3cfda5b

View File

@@ -43,6 +43,3 @@ task = "packager.installForAll"
task = "shell.exec" task = "shell.exec"
args = "npm run dev" args = "npm run dev"
waitForPort = 5000 waitForPort = 5000
[processes]
redis = { command = "redis-server --port 6379 --bind 0.0.0.0", start_at = true }