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
pull/293/head
FlawCra 3 years ago committed by GitHub
parent baa7a87efb
commit e40a071b6b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save