folx-tv/.replit
sebastjanartic 1d4ab71636 Add new package to enable sending emails from the application
Add `nodemailer` package to package.json for server-side email functionality.

Replit-Commit-Author: Agent
Replit-Commit-Session-Id: 23852c00-4779-460a-9e0c-d09fee4b6c92
Replit-Commit-Checkpoint-Type: full_checkpoint
Replit-Commit-Event-Id: 45289cdb-e291-4ef6-838b-992692744b98
Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/f209e72a-0939-48fa-84fc-57854de71967/23852c00-4779-460a-9e0c-d09fee4b6c92/koutl3W
Replit-Helium-Checkpoint-Created: true
2026-03-06 14:10:03 +00:00

60 lines
1.1 KiB
Plaintext

modules = ["nodejs-20", "web", "postgresql-16"]
run = "npm run dev"
hidden = [".config", ".git", "generated-icon.png", "node_modules", "dist"]
[nix]
channel = "stable-24_05"
[[ports]]
localPort = 5000
externalPort = 80
[[ports]]
localPort = 5001
externalPort = 3001
[env]
PORT = "5000"
[deployment]
deploymentTarget = "autoscale"
run = ["node", "./dist/index.cjs"]
build = ["npm", "run", "build"]
publicDir = "dist/public"
[workflows]
runButton = "Project"
[[workflows.workflow]]
name = "Project"
mode = "parallel"
author = "agent"
[[workflows.workflow.tasks]]
task = "workflow.run"
args = "Start application"
[[workflows.workflow]]
name = "Start application"
author = "agent"
[[workflows.workflow.tasks]]
task = "shell.exec"
args = "npm run dev"
waitForPort = 5000
[userenv]
[userenv.shared]
BUNNY_LIBRARY_ID = "476412"
BUNNY_CDN_HOST = "vz-7982dfc4-cc8.b-cdn.net"
CLOUDINARY_CLOUD_NAME = "djqxt0pf3"
SMTP_HOST = "mail.folx.tv"
SMTP_PORT = "465"
SMTP_USER = "web@folx.tv"
SMTP_FROM = "web@folx.tv"
CONTACT_TO = "office@folx.tv"
[agent]
integrations = ["javascript_openai_ai_integrations:2.0.0"]