AeThex-Bot-Master/.replit
sirpiglr be74f5f0bf Update web server and dashboard styling for improved user experience
Refactor bot.js to separate HTTP server logic and introduce Express web portal. Update dashboard.html with new styling, color themes, and font imports.

Replit-Commit-Author: Agent
Replit-Commit-Session-Id: aed2e46d-25bb-4b73-81a1-bb9e8437c261
Replit-Commit-Checkpoint-Type: intermediate_checkpoint
Replit-Commit-Event-Id: 17beead7-b08f-41f9-a6ea-f8e2ff20a502
Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/3bdfff67-975a-46ad-9845-fbb6b4a4c4b5/aed2e46d-25bb-4b73-81a1-bb9e8437c261/b2aEQYO
Replit-Helium-Checkpoint-Created: true
2025-12-08 23:59:05 +00:00

71 lines
1.5 KiB
Text

entrypoint = "aethex-bot/bot.js"
modules = ["nodejs-20", "postgresql-16"]
hidden = [".pythonlibs"]
[nix]
channel = "stable-23_05"
[deployment]
run = ["sh", "-c", "cd aethex-bot && npm start"]
deploymentTarget = "vm"
ignorePorts = true
[agent]
expertMode = true
[[ports]]
localPort = 5000
externalPort = 80
[[ports]]
localPort = 8080
externalPort = 8080
[[ports]]
localPort = 36319
externalPort = 3000
[workflows]
runButton = "Project"
[[workflows.workflow]]
name = "Project"
mode = "parallel"
author = "agent"
[[workflows.workflow.tasks]]
task = "workflow.run"
args = "AeThex Unified Bot"
[[workflows.workflow]]
name = "AeThex Unified Bot"
author = "agent"
[[workflows.workflow.tasks]]
task = "shell.exec"
args = "cd aethex-bot && npm start"
waitForPort = 8080
[workflows.workflow.metadata]
outputType = "console"
[userenv]
[userenv.shared]
DISCORD_CLIENT_ID = "578971245454950421"
VITE_API_BASE = "https://api.aethex.dev"
DISCORD_FEED_GUILD_ID = "515711457946632232"
DISCORD_FEED_CHANNEL_ID = "1425114041021497454"
DISCORD_MAIN_CHAT_CHANNELS = "1425114041021497454,1333138752096178288"
DISCORD_ANNOUNCEMENT_CHANNELS = "1420146350003327037"
DISCORD_FOUNDER_ROLE_ID = "639164120230264833"
DISCORD_ADMIN_ROLE_ID = "1426779633290055741"
HEALTH_PORT = "8080"
HUB_GUILD_ID = "515711457946632232"
LABS_GUILD_ID = "1275962459596783686"
GAMEFORGE_GUILD_ID = "1245619208805416970"
CORP_GUILD_ID = "373713073594302464"
FOUNDATION_GUILD_ID = "1338564560277344287"
WHITELISTED_USERS = "113472107526033408"
ALERT_CHANNEL_ID = "1435905356932055233"