From 4b5cd088000b1483d5f2ac6ab72918ca1165387e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bal=C3=A1zs=20Orb=C3=A1n?= Date: Thu, 16 Mar 2023 02:53:30 +0100 Subject: [PATCH] chore: add fauna adapter as docs dep --- turbo.json | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/turbo.json b/turbo.json index 898c01a5..e51e2432 100644 --- a/turbo.json +++ b/turbo.json @@ -57,12 +57,13 @@ "dependsOn": [ "@auth/core#build", "@auth/sveltekit#build", - "@next-auth/firebase-adapter#build", "@next-auth/dgraph-adapter#build", - "@next-auth/prisma-adapter#build", - "@next-auth/mongodb-adapter#build", - "@next-auth/typeorm-legacy-adapter#build", "@next-auth/dynamodb-adapter#build", + "@next-auth/fauna-adapter#build", + "@next-auth/firebase-adapter#build", + "@next-auth/mongodb-adapter#build", + "@next-auth/prisma-adapter#build", + "@next-auth/typeorm-legacy-adapter#build", "next-auth#build" ], "outputs": [