When i create a worker, how can i use the worker within my pages functions domain?
I have some pages functions that are under route /functions/api/function.js, this works great, but in some cases i need a seperate worker, how do i then configure the new worker to be under the same route as my other functions? i.e. /functions/api/workerfunction.js
0 Replies