Remove gradient overlays from the body::before pseudo-element in static/css/styles.css, setting background to transparent. Replit-Commit-Author: Agent Replit-Commit-Session-Id: 75bceff7-98f2-4f6e-ae8e-e735399a1fe8 Replit-Commit-Checkpoint-Type: full_checkpoint Replit-Commit-Event-Id: 1adbfac9-a3e1-4af1-ab25-d8680391ce6f Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/d0a1d46d-d203-4308-bc6a-312ac7c0243b/75bceff7-98f2-4f6e-ae8e-e735399a1fe8/0wVNf0R
45 lines
702 B
Plaintext
45 lines
702 B
Plaintext
modules = ["web", "python-3.12", "postgresql-16"]
|
|
run = "python3 app.py"
|
|
|
|
[nix]
|
|
channel = "stable-24_05"
|
|
|
|
[deployment]
|
|
run = ["sh", "-c", "python3 app.py"]
|
|
deploymentTarget = "cloudrun"
|
|
|
|
[[ports]]
|
|
localPort = 5000
|
|
externalPort = 80
|
|
|
|
[[ports]]
|
|
localPort = 42513
|
|
externalPort = 3000
|
|
|
|
[agent]
|
|
expertMode = true
|
|
|
|
[workflows]
|
|
runButton = "Project"
|
|
|
|
[[workflows.workflow]]
|
|
name = "Project"
|
|
mode = "parallel"
|
|
author = "agent"
|
|
|
|
[[workflows.workflow.tasks]]
|
|
task = "workflow.run"
|
|
args = "Flask Server"
|
|
|
|
[[workflows.workflow]]
|
|
name = "Flask Server"
|
|
author = "agent"
|
|
|
|
[workflows.workflow.metadata]
|
|
outputType = "webview"
|
|
|
|
[[workflows.workflow.tasks]]
|
|
task = "shell.exec"
|
|
args = "python app.py"
|
|
waitForPort = 5000
|