feathers-pinia
feathers-pinia copied to clipboard
Could you add option custom methods by services ?
sample when createPiniaClient
services: {
serviceName: {
methods: [ 'find', 'customMethod1', 'customMehod2'],
}
}