mydaco-outer-frame
v1.5.0
Published
communication with the actions
Readme
mydaco outer frame lib
library to communicate with the mydaco backend to set permissions and performing administration of action calls
Development
Hard links for local development:
The packages are included with their main version in the access-api package.json such as: "mydaco-outer-frame-v1": "npm:[email protected]"
To develop locally, the version needs to be hardlinked to the yarn link module:
With administrator rights:
New-Item -ItemType SymbolicLink -Path .\mydaco-outer-frame-v1 -Target .\mydaco-outer-frame
