feat(produser): added the ability to add a prod user by default roles and update if already there

This commit is contained in:
2025-06-09 16:42:49 -05:00
parent ed44b11e5c
commit ad4c9502fa
12 changed files with 2505 additions and 0 deletions

View File

@@ -0,0 +1 @@
export const addProdRole = async (data: any) => {};