Remove Stripe/billing/pricing/marketing, simplify schema and entitlements for unlimited self-host use, and keep auth, encode, and YouTube upload.
8 lines
128 B
TypeScript
8 lines
128 B
TypeScript
export function isSelfHostedEdition(): boolean {
|
|
return true;
|
|
}
|
|
|
|
export function hasProFeatures(): boolean {
|
|
return true;
|
|
}
|