fix: filter search records based on roles

This commit is contained in:
Jannat Patel
2025-12-10 11:17:21 +05:30
parent 552b5845ea
commit 7e3c5beaea
8 changed files with 81 additions and 47 deletions

View File

@@ -65,6 +65,6 @@ export default defineConfig(({ mode }) => ({
'highlight.js',
'plyr',
],
exclude: mode === 'production' ? [] : ['frappe-ui'],
//exclude: mode === 'production' ? [] : ['frappe-ui'],
},
}))