Skip to content

Move backend dependency from pubsweet to app (closes #29)

Richard Smith-Unna requested to merge app-backend into master

This removes the pubsweet-backend dependency from pubsweet, instead depending on the version of pubsweet-backend that comes with the generated app for all operations.

This is achieved via a helper function in src/backend that returns the absolute require path of pubsweet-backend in the app.

Merge request reports