feat: implement @repo/brand package for centralized asset management and automated distribution to consuming apps

This commit is contained in:
Firman Ramdhani
2026-07-29 12:27:27 +07:00
parent 6c67fbc68e
commit fcea8f221b
15 changed files with 162 additions and 10 deletions
+5
View File
@@ -0,0 +1,5 @@
{
"extends": "@repo/typescript-config/library.json",
"include": ["."],
"exclude": ["node_modules"]
}