Skip to content

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.

readonly multiTenant: 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.


readonly persistent: boolean

Defined in: profile.ts:33

True when local persistence is expected.


readonly profile: DeploymentProfile

Defined in: profile.ts:29

Profile identifier.


readonly requiresDatabase: boolean

Defined in: profile.ts:31

True when a SQL datastore (Prisma) is part of the active graph.