You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 30, 2025. It is now read-only.
I need to create file-based stores and resources in a more generic way, rather than being forced to use the store type specific methods (because I don't know the store type). The methods to do this are already present, but private. Could these be made public? Now I had to copy paste them into my project.
The methods are
createStore
removeStore
createResource
I need to create file-based stores and resources in a more generic way, rather than being forced to use the store type specific methods (because I don't know the store type). The methods to do this are already present, but private. Could these be made public? Now I had to copy paste them into my project.
The methods are
createStore
removeStore
createResource
in the publisher.