General
PromptBeginner5 minmarkdown
Untitled Skill
193
modules = ["python-3.11"]
Loading actions...
Main instructions and any bundled files for this skill.
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
TypeScript and ESLint rules that MUST be followed when creating, modifying, or reviewing any file under apps/frontend/, including .ts, .tsx, .js, and .jsx files. Also apply when discussing frontend li...
risks