ProfileCapabilities
Defined in: profile.ts:27
Capabilities exposed by a deployment profile.
Modules and health indicators read these flags instead of inspecting the raw enum so the contract stays stable as new profiles are introduced.
Properties
Section titled “Properties”multiTenant
Section titled “multiTenant”
readonlymultiTenant:boolean
Defined in: profile.ts:39
True when the profile serves multiple tenants (the auth/organization stack is wired). The single-user profile (lite) is false, so an unauthenticated deployment there does not expose cross-tenant data.
persistent
Section titled “persistent”
readonlypersistent:boolean
Defined in: profile.ts:33
True when local persistence is expected.
profile
Section titled “profile”
readonlyprofile:DeploymentProfile
Defined in: profile.ts:29
Profile identifier.
requiresDatabase
Section titled “requiresDatabase”
readonlyrequiresDatabase:boolean
Defined in: profile.ts:31
True when a SQL datastore (Prisma) is part of the active graph.