From d796a509828a81898f1885cca6894da25a9aea40 Mon Sep 17 00:00:00 2001 From: Stepasha419a Date: Sun, 12 Jan 2025 19:28:22 +0300 Subject: [PATCH] refactor: yarn workspaces root app --- package.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package.json b/package.json index 24f60da4..2465b99b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,9 @@ { "private": true, "license": "MIT", + "workspaces": [ + "apps/root" + ], "dependencies": { "@fortawesome/fontawesome-common-types": "^6.4.0", "@fortawesome/fontawesome-svg-core": "^6.4.0",