From 1e7aa961095e83eedaac620ebe9b33ade6fae4a4 Mon Sep 17 00:00:00 2001 From: SennayT Date: Thu, 14 May 2026 10:00:57 +0300 Subject: [PATCH] add freight api and web to workspace --- pnpm-workspace.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml index c78606724..448988a79 100644 --- a/pnpm-workspace.yaml +++ b/pnpm-workspace.yaml @@ -1,4 +1,6 @@ packages: + - "apps/edr-freight-api" + - "apps/edr-freight-web/*" - "apps/edr-passenger-api" - "apps/edr-passenger-web/*" - "packages/*"