I have a visual studio code project with a main function main() in javascript, which I would like to run every day at 8am automatically without doing anything. Is there any way? main function
I've seen things related to setInterval and so on but this doesn't run my project automatically.