feat: add support for helmet configuration (#27058)

This commit is contained in:
Jason Rasmussen
2026-03-26 13:41:23 -04:00
committed by GitHub
parent dbaf4b548b
commit b33874ef12
9 changed files with 96 additions and 18 deletions
@@ -35,6 +35,10 @@ const envData: EnvData = {
vectorExtension: DatabaseExtension.Vectors,
},
helmet: {
config: {},
},
licensePublicKey: {
client: 'client-public-key',
server: 'server-public-key',