From 9efb6d605f42424a7319d774910fc97f0b11adac Mon Sep 17 00:00:00 2001 From: Marco Pedone Date: Wed, 13 May 2026 14:25:43 +0200 Subject: [PATCH] workspace fix --- apps/infoalloggi/.vscode/terminal.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/infoalloggi/.vscode/terminal.sh b/apps/infoalloggi/.vscode/terminal.sh index 211b9a8..76ea95d 100644 --- a/apps/infoalloggi/.vscode/terminal.sh +++ b/apps/infoalloggi/.vscode/terminal.sh @@ -2,5 +2,5 @@ wt --pos 40,653 nt --title "Infoalloggi" --tabColor "#eb4034" -d "E:\infoalloggi-monorepo\apps\infoalloggi" ';' \ nt --title "Backend" --tabColor "#74f73b" -d "E:\infoalloggi-monorepo\apps\backend" ';' \ - nt --title "Stripe WHook" --tabColor "#000dff" -d "E:\infoalloggi-monorepo\apps\infoalloggi" ';' \ + nt --title "Monorepo Root" --tabColor "#000dff" -d "E:\infoalloggi-monorepo" ';' \ focus-tab -t 0 \ No newline at end of file