9 lines
152 B
Plaintext
9 lines
152 B
Plaintext
modules = ["web", "nodejs-20", "python-3.12"]
|
|
run = "python3 run.py"
|
|
|
|
[nix]
|
|
channel = "stable-24_05"
|
|
|
|
[deployment]
|
|
run = ["sh", "-c", "python3 run.py"]
|