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
main
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
1 changed files with 1 additions and 0 deletions

View File

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