feat(navigation): scaffold empty package with feature tag + path aliases
This commit is contained in:
@@ -22,7 +22,10 @@
|
||||
"@repo/media/cms": ["packages/media/src/integrations/cms/index.ts"],
|
||||
"@repo/marketing-pages": ["packages/marketing-pages/src/index.ts"],
|
||||
"@repo/marketing-pages/cms": ["packages/marketing-pages/src/integrations/cms/index.ts"],
|
||||
"@repo/marketing-pages/api": ["packages/marketing-pages/src/integrations/api/router.ts"]
|
||||
"@repo/marketing-pages/api": ["packages/marketing-pages/src/integrations/api/router.ts"],
|
||||
"@repo/navigation": ["packages/navigation/src/index.ts"],
|
||||
"@repo/navigation/cms": ["packages/navigation/src/integrations/cms/index.ts"],
|
||||
"@repo/navigation/api": ["packages/navigation/src/integrations/api/router.ts"]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user