Skip to content

Instantly share code, notes, and snippets.

@tobiu
Created March 28, 2022 08:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tobiu/d0bae7b2bc51bc4baf81261e0d0dc8ba to your computer and use it in GitHub Desktop.
Save tobiu/d0bae7b2bc51bc4baf81261e0d0dc8ba to your computer and use it in GitHub Desktop.
Neo.worker.ServiceBase
class ServiceBase extends Base {
// ...
cachePaths = [
'raw.githubusercontent.com/',
'/dist/production/',
'/fontawesome',
'/resources/'
]
}
Neo.applyClassConfig(ServiceBase);
export default ServiceBase;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment