Add onBoot in .replit (#286)

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 16:18:29 +02:00 committed by GitHub
parent baa7a87efb
commit e40a071b6b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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