This website requires JavaScript.
Explore
Help
Register
Sign In
nakidai
/
whoogle-search
Watch
1
Star
0
Fork
You've already forked whoogle-search
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
13202cc6b1
whoogle-search
/
.replit
4 lines
52 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Allow for free deployment to Repl.it (#114) * Update README.md with instructions for deploying via Repl.it * Create .replit
2020-08-12 08:06:16 +03:00
language = "python3"
Allow replit to auto detect dependencies (#266)
2021-04-07 19:21:39 +03:00
run = "./run"
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 17:18:29 +03:00
onBoot = "./run"