whoogle-search/.replit
FlawCra e40a071b6b
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
2021-04-13 10:18:29 -04:00

4 lines
52 B
Plaintext

language = "python3"
run = "./run"
onBoot = "./run"