From f0e2fcdaa650e5d27ab425b437ec813d48e63696 Mon Sep 17 00:00:00 2001 From: Oleg Proskurin Date: Sat, 4 Oct 2025 00:24:36 +0700 Subject: [PATCH] chore: add workspace --- banatie.code-workspace | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 banatie.code-workspace diff --git a/banatie.code-workspace b/banatie.code-workspace new file mode 100644 index 0000000..db56557 --- /dev/null +++ b/banatie.code-workspace @@ -0,0 +1,21 @@ +{ + "folders": [ + { + "name": "banatie-service", + "path": "." + }, + { + "name": "api-service", + "path": "apps/api-service" + }, + { + "name": "landing", + "path": "apps/landing" + }, + { + "name": "database", + "path": "packages/database" + } + ], + "settings": {} +} \ No newline at end of file