rm old thing
This commit is contained in:
parent
d2d79455e9
commit
b3ebc340ca
2 changed files with 1 additions and 10 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -5,3 +5,4 @@ venv/**
|
|||
.pythonlibs/**
|
||||
.config/**
|
||||
replit*txt
|
||||
.replit
|
||||
|
|
10
.replit
10
.replit
|
@ -1,10 +0,0 @@
|
|||
entrypoint = "main.py"
|
||||
modules = ["python-3.10:v18-20230807-322e88b"]
|
||||
|
||||
hidden = [".*", "replit*","*.sh"]
|
||||
|
||||
[nix]
|
||||
channel = "stable-23_05"
|
||||
|
||||
[deployment]
|
||||
run = ["sh", "-c", "python3 main.py"]
|
Loading…
Reference in a new issue