feat(auth): add bindProductionAuth(config) helper (no-op pending payload-users repo)

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