Added onBoot in .replit

onBoot: Command that is executed once when the repl first starts up

Example: Instance has not been visited for a longer time
This commit is contained in:
FlawCra 2021-04-13 13:32:39 +02:00 committed by GitHub
parent baa7a87efb
commit 15dae7d5d2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,2 +1,3 @@
language = "python3"
run = "./run"
onBoot = "./run"