Merge branch 'dev' into 8118-createComponentVnDropdown
gitea/salix-front/pipeline/pr-dev There was a failure building this commit Details

This commit is contained in:
BENJAMIN ESTEVE DIAZ CANO 2025-03-25 10:41:23 +00:00
commit 969963fd5a
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ export const useDescriptorStore = defineStore('descriptorStore', () => {
if (Object.keys(descriptors).length) return descriptors;
const currentDescriptors = {};
const files = import.meta.glob(`/src/**/*DescriptorProxy.vue`);
const files = import.meta.glob(`src/**/*DescriptorProxy.vue`);
const moduleParser = {
account: 'user',
client: 'customer',