JankariTech / web-app-presentation-viewer

ownCloud Web extension to view markdown presentation slides
Apache License 2.0
4 stars 1 forks source link

build: add ability to build extension for ocis apps-loading #32

Closed saw-jan closed 6 months ago

saw-jan commented 7 months ago

Added the option to build the extension for apps loading feature supported by ocis.

Now, to build the extension, we have a new APPS_LOADING env variable to switch between the build types.

  1. pnpm build (Default) - build for extension server
  2. APPS_LOADING=true pnpm build - extension can be loaded by oCIS using WEB_ASSET_APPS_PATH

Needs: https://github.com/owncloud/ocis/pull/8523

Fixes #31, fixes #30, fixes #45