mirror of
https://github.com/lukevella/rallly.git
synced 2025-07-18 00:37:27 +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,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";
|
||||
|
|
|
@ -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,
|
||||
});
|
||||
}
|
|
@ -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";
|
||||
|
|
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue