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