From b3aad30893e12193725bb174d0c30b4e62c0d83a Mon Sep 17 00:00:00 2001 From: Henry Date: Tue, 9 Jan 2024 14:48:23 +0000 Subject: [PATCH] fix: add workspaces to package.json --- package.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/package.json b/package.json index 95bd557c..f90dec88 100644 --- a/package.json +++ b/package.json @@ -12,6 +12,10 @@ "lint": "next lint", "start": "next start" }, + "workspaces": [ + "*", + "src/email/*" + ], "dependencies": { "@auth/drizzle-adapter": "^0.3.12", "@headlessui/react": "^1.7.17",