@blacklight-cms/app-proxy.plugin

Let a remote Blacklight instance serve as application provider for your local

Usage no npm install needed!

<script type="module">
  import blacklightCmsAppProxyPlugin from 'https://cdn.skypack.dev/@blacklight-cms/app-proxy.plugin';
</script>

README

Remote Application Proxy Plugin for Blacklight

This plugin allows you to designate a remote instance of Blacklight to serve as the application logic processor, including the following functions:

  • JSON output from all model processors
  • Any custom routes for all modules
  • img-opt request handling

Templates and public files remain local. This arrangement helps facilitate local development of front-end templates and files, with less concern for model processors, apps, and image optimization.