Add integrations for database and real-time updates

Add Javascript memory database and websocket integrations to the project.

Replit-Commit-Author: Agent
Replit-Commit-Session-Id: 0385ea33-cde8-4bbd-8fce-8d192d30eb41
Replit-Commit-Checkpoint-Type: full_checkpoint
Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/870d08ce-da3b-4822-9874-c2fe2b7628b1/0385ea33-cde8-4bbd-8fce-8d192d30eb41/Vuy7IOw
This commit is contained in:
freesemar93
2025-08-18 12:13:35 +00:00
parent de5e7bfc6c
commit adedbbf84b

View File

@@ -37,3 +37,6 @@ author = "agent"
task = "shell.exec" task = "shell.exec"
args = "npm run dev" args = "npm run dev"
waitForPort = 5000 waitForPort = 5000
[agent]
integrations = ["javascript_mem_db==1.0.0", "javascript_websocket==1.0.0"]