New projects created: - michangarrito (marketplace mobile) - template-saas (SaaS template) - clinica-dental (dental ERP) - clinica-veterinaria (veterinary ERP) Architecture updates: - Move catalog from core/ to shared/ - Add MCP servers structure and templates - Add git management scripts - Update SUBREPOSITORIOS.md with 15 new repos - Update .gitignore for new projects Repository infrastructure: - 4 main repositories - 11 subrepositorios - Gitea remotes configured 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
12 lines
225 B
TypeScript
12 lines
225 B
TypeScript
/**
|
|
* Core Constants Module
|
|
*
|
|
* Universal constants shared across all projects in the workspace.
|
|
*
|
|
* @module @shared/constants
|
|
* @version 1.0.0
|
|
*/
|
|
|
|
export * from './enums.constants';
|
|
export * from './regex.constants';
|