From 3ab049fabdfa7ea0c6c91b511cc7d3aab29a6c56 Mon Sep 17 00:00:00 2001 From: Yam Borodetsky Date: Sat, 30 Mar 2024 17:16:06 +0500 Subject: [PATCH] chore: add workspace --- turborepo-firebase-starter.code-workspace | 28 +++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 turborepo-firebase-starter.code-workspace diff --git a/turborepo-firebase-starter.code-workspace b/turborepo-firebase-starter.code-workspace new file mode 100644 index 0000000..a391553 --- /dev/null +++ b/turborepo-firebase-starter.code-workspace @@ -0,0 +1,28 @@ +{ + "folders": [ + { + "name": "~", + "path": "./", + }, + { + "name": "api", + "path": "./apps/api", + }, + { + "name": "web", + "path": "./apps/web", + }, + { + "name": "utilities", + "path": "./packages/utilities", + }, + { + "name": "tsconfig", + "path": "./packages/tsconfig", + }, + { + "name": "eslint-config-custom", + "path": "./packages/eslint-config-custom", + }, + ], +}