feat: implement @repo/brand package for centralized asset management and automated distribution to consuming apps
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"name": "My Brand",
|
||||
"description": "A short description of your brand or product.",
|
||||
"tagline": "Building the future, one pixel at a time.",
|
||||
"socialLinks": {
|
||||
"twitter": "https://twitter.com/mybrand",
|
||||
"github": "https://github.com/mybrand",
|
||||
"website": "https://mybrand.com"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
import brandInfo from './data/info.json';
|
||||
|
||||
export type BrandInfo = typeof brandInfo;
|
||||
Reference in New Issue
Block a user