mirror of
https://github.com/rowboatlabs/rowboat.git
synced 2026-05-01 03:16:29 +02:00
add stripe billing
This commit is contained in:
parent
d5302ea2d1
commit
2fda9a7e79
58 changed files with 2348 additions and 485 deletions
|
|
@ -1,5 +1,7 @@
|
|||
import { redirect } from 'next/navigation';
|
||||
import { requireActiveBillingSubscription } from '../lib/billing';
|
||||
|
||||
export default function Page() {
|
||||
export default async function Page() {
|
||||
await requireActiveBillingSubscription();
|
||||
redirect('/projects/select');
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue