mirror of
https://github.com/lukevella/rallly.git
synced 2025-07-24 19:58:04 +02:00
🐛 Use correct syntax for server-only (#1830)
This commit is contained in:
parent
e06e106d3c
commit
b4cbb629b7
3 changed files with 5 additions and 3 deletions
|
@ -1,4 +1,5 @@
|
|||
"server-only";
|
||||
import "server-only";
|
||||
|
||||
import { prisma } from "@rallly/database";
|
||||
import { unstable_cache } from "next/cache";
|
||||
import { instanceSettingsTag } from "./constants";
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
"server-only";
|
||||
import "server-only";
|
||||
|
||||
import { Ratelimit } from "@upstash/ratelimit";
|
||||
import { kv } from "@vercel/kv";
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
"server-only";
|
||||
import "server-only";
|
||||
|
||||
import { posthog } from "@rallly/posthog/server";
|
||||
import { waitUntil } from "@vercel/functions";
|
||||
import { revalidatePath } from "next/cache";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue