chore: generate

This commit is contained in:
GitHub Action
2026-01-23 05:28:47 +00:00
parent c0dc8ea39e
commit 213b823c69

View File

@@ -3,7 +3,7 @@ import { BillingTable, SubscriptionPlan } from "../src/schema/billing.sql.js"
import { UserTable } from "../src/schema/user.sql.js"
import { AuthTable } from "../src/schema/auth.sql.js"
const plan = process.argv[2] as typeof SubscriptionPlan[number]
const plan = process.argv[2] as (typeof SubscriptionPlan)[number]
if (!SubscriptionPlan.includes(plan)) {
console.error("Usage: bun foo.ts <count>")
process.exit(1)