feat(marketing-pages): add bindProductionMarketingPages(config) DI helper

This commit is contained in:
2026-05-05 08:50:30 +02:00
parent ef42abb3e1
commit 02aee1ec23
2 changed files with 31 additions and 1 deletions

View File

@@ -6,7 +6,8 @@
"exports": {
".": "./src/index.ts",
"./cms": "./src/integrations/cms/index.ts",
"./api": "./src/integrations/api/router.ts"
"./api": "./src/integrations/api/router.ts",
"./di/bind-production": "./src/di/bind-production.ts"
},
"scripts": {
"build": "tsc --noEmit",