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
+17
View File
@@ -0,0 +1,17 @@
{
"name": "@repo/brand",
"version": "0.0.0",
"private": true,
"exports": {
".": "./src/index.ts",
"./public/*": "./public/*"
},
"license": "MIT",
"scripts": {
"typecheck": "tsc --noEmit"
},
"devDependencies": {
"@repo/typescript-config": "workspace:*",
"typescript": "5.5.4"
}
}