This website requires JavaScript.
Explore
Help
Sign In
open.source
/
whoogle-search
Watch
1
Star
0
Fork
0
You've already forked whoogle-search
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
afd01820bb
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 05:06:16 +00:00
language = "python3"
Allow replit to auto detect dependencies (#266)
2021-04-07 16:21:39 +00: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 14:18:29 +00:00
onBoot = "./run"
Reference in New Issue
Copy Permalink