entrypoint = "main.py"
modules = ["python-3.11"]

[nix]
channel = "stable-24_05"
packages = ["cargo", "glibcLocales", "libiconv", "libxcrypt", "openssl", "pkg-config", "rustc"]

[unitTest]
language = "python3"

[gitHubImport]
requiredFiles = [".replit", "replit.nix"]

[deployment]
run = ["python3", "main.py"]
deploymentTarget = "cloudrun"

[workflows]

[[workflows.workflow]]
name = "pp"
mode = "sequential"
author = 43139088

[[workflows.workflow.tasks]]
task = "shell.exec"
args = "mv VPN-Shop-Bot/* ."

[[workflows.workflow.tasks]]
task = "shell.exec"
args = "mv VPN-Shop-Bot/.[!.]* ."

[[workflows.workflow]]
name = "aa"
mode = "sequential"
author = 43139088

[[workflows.workflow.tasks]]
task = "shell.exec"
args = "rm -rf receipts/*"

[agent]
expertMode = true
