From c182c703ffd092678d6f322373ca2e81c9781d3a Mon Sep 17 00:00:00 2001 From: suwonthugger <127329855+suwonthugger@users.noreply.github.com> Date: Sun, 10 Nov 2024 01:48:41 +0900 Subject: [PATCH] =?UTF-8?q?[Common]=20[Hotfix]=20packages.json=EC=97=90=20?= =?UTF-8?q?workspace=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package.json b/package.json index 93cf3f1..2777d98 100644 --- a/package.json +++ b/package.json @@ -2,6 +2,9 @@ "name": "rankit", "private": true, "packageManager": "pnpm@9.2.0", + "workspaces": [ + "apps/*" + ], "scripts": { "build": "turbo run build", "dev": "turbo run dev",