Files
songs2vid/lib/edition.ts
T
Atakan Doğan Özban 6476bb42a4 Strip Songs2VID to a payment-free self-hosted OSS core.
Remove Stripe/billing/pricing/marketing, simplify schema and entitlements for unlimited self-host use, and keep auth, encode, and YouTube upload.
2026-08-03 06:52:00 +02:00

8 lines
128 B
TypeScript

export function isSelfHostedEdition(): boolean {
return true;
}
export function hasProFeatures(): boolean {
return true;
}