mirror of
https://github.com/lukevella/rallly.git
synced 2025-08-06 09:59:00 +02:00
♻️ Replace yarn with pnpm (#1693)
This commit is contained in:
parent
c8e78841f1
commit
765a97f3c6
59 changed files with 17816 additions and 16954 deletions
|
@ -1,10 +1,11 @@
|
|||
import type { Stripe } from "@rallly/billing";
|
||||
import { stripe } from "@rallly/billing";
|
||||
import { withPosthog } from "@rallly/posthog/server";
|
||||
import * as Sentry from "@sentry/nextjs";
|
||||
import type { NextRequest } from "next/server";
|
||||
import { NextResponse } from "next/server";
|
||||
|
||||
import { withPosthog } from "@/utils/posthog";
|
||||
|
||||
import { getEventHandler } from "./handlers";
|
||||
|
||||
export const POST = withPosthog(async (request: NextRequest) => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue