-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Labels
enhancementNew feature or requestNew feature or request
Description
We build save-common for JS, since we need plugin configurations on frontend. But ProcessBuilder and file system methods are not implemented for JS. Need to resolve these exception.
We can do it in two ways:
- Extract an utils methods from
save-commonwhich don't have implementation on JS. Cons:save-commonuses these utils methods in core and need to refactor it - Extract all configurations about plugins to a new module
save-apiwhich will have JS as a target. Cons: refactoring insave-cliandsave-cloud
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request