fix: remove free tier

This commit is contained in:
Carl-Gerhard Lindesvärd
2025-03-24 10:57:20 +01:00
parent 76239314dd
commit 7ab869ff45
12 changed files with 141 additions and 76 deletions

View File

@@ -4,7 +4,7 @@ export type IPrice = {
};
export const PRICING: IPrice[] = [
{ price: 0, events: 5_000 },
{ price: 2.5, events: 5_000 },
{ price: 5, events: 10_000 },
{ price: 20, events: 100_000 },
{ price: 30, events: 250_000 },