Motivation
In @AntonioVentilii's app the . in ./workers/auth.worker.js - the default - is actually an issue while /workers/auth.worker.js just work fine.
Therefore, I guess it's a good idea to remove the dot as it should accomodate more apps by default.
Motivation
In @AntonioVentilii's app the
.in./workers/auth.worker.js- the default - is actually an issue while/workers/auth.worker.jsjust work fine.Therefore, I guess it's a good idea to remove the dot as it should accomodate more apps by default.