♻️ Replace yarn with pnpm (#1693)

This commit is contained in:
Luke Vella 2025-04-27 15:16:38 +01:00 committed by GitHub
parent c8e78841f1
commit 765a97f3c6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
59 changed files with 17816 additions and 16954 deletions

View file

@ -1,4 +1,4 @@
import { Section } from "@react-email/section";
import { Section } from "@react-email/components";
import { Trans } from "react-i18next/TransWithoutContext";
import type { EmailContext } from "../types";

View file

@ -1,11 +0,0 @@
import { Client } from "@upstash/qstash";
export function createQstashClient() {
if (!process.env.QSTASH_TOKEN) {
return null;
}
return new Client({
token: process.env.QSTASH_TOKEN,
});
}

View file

@ -1,4 +1,4 @@
import { Section } from "@react-email/section";
import { Section } from "@react-email/components";
import { Trans } from "react-i18next/TransWithoutContext";
import { EmailLayout } from "../components/email-layout";

View file

@ -1,4 +1,4 @@
import { Section } from "@react-email/section";
import { Section } from "@react-email/components";
import { Trans } from "react-i18next/TransWithoutContext";
import { EmailLayout } from "../components/email-layout";