Binds components/jquery to Difra.
- Add config inclusion to nginx's server {} section:
include /full-project-path/vendor/difra/jquery3/bin/nginx.conf;
- Include jquery3 instance in the config.php. For example:
'instances' => [ 'main' => [ 'include' => [ 'jquery3' => true ] ] ],