feat: add cross-organization member search and template cloning functionality

This commit is contained in:
T. Zehetbauer
2026-04-01 10:15:35 +02:00
parent d3db316a68
commit fd8c2cc32a
36 changed files with 9025 additions and 94 deletions

View File

@@ -20,6 +20,7 @@ const namespaces = [
'billing',
'marketing',
'cms',
'verband',
] as const;
const isDevelopment = process.env.NODE_ENV === 'development';