feat(blog): add bindProductionBlog(config) DI helper for app boot

This commit is contained in:
2026-05-05 08:49:55 +02:00
parent cdd7513032
commit f981266fd5
2 changed files with 15 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",