General
PromptBeginner5 minmarkdown
<h1 align="center">
<a href="https://prompts.chat">
5
modules = ["python-3.11"]
Sign in to like and favorite skills
entrypoint = "main.py" modules = ["python-3.11"]
[nix] channel = "stable-24_05"
[unitTest] language = "python3"
[gitHubImport] requiredFiles = [".replit", "replit.nix"]
[deployment] run = ["python3", "main.py"] deploymentTarget = "cloudrun"
[[ports]] localPort = 5000 externalPort = 5000
[[ports]] localPort = 8000 externalPort = 8000
[[ports]] localPort = 8080 externalPort = 80