Run file on worker start
How does one run a specific file when a worker starts up?
3 Replies
Unknown User•2y ago
Message Not Public
Sign In & Join Server To View
Any sort of custom code- in this case the rest of my code is TS, so i'd rather use that
You’ll probably need an executable that can run the file, and use like a command line process thing to run it, e.g.
child_process
for Node.