Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions pricing/tiers.generated.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
// SPDX-License-Identifier: MIT
// Generated by scripts/stripe/sync-products.ts. Do not edit by hand.
// Each entry maps a tier slug → Stripe price ID. Empty until the sync
// script has been run against a Stripe account.
import type { TierSlug } from './tiers.config';

export const STRIPE_PRICE_IDS: Partial<Record<Exclude<TierSlug, 'community' | 'enterprise'>, string>> = {
// Populated by `pnpm tsx scripts/stripe/sync-products.ts`.
app_deployment: "price_1TZbHyGYRsLErhxb57O1CSEG",
developer_seat: "price_1TZbHxGYRsLErhxb2u82hupX",
indie: "price_1TZbHxGYRsLErhxbQfo00q9Q",
};