From c0affeeca8a6e9bf3efd6bdda3ab1485f02020e6 Mon Sep 17 00:00:00 2001 From: Omar McAdam Date: Mon, 16 Mar 2026 15:56:10 -0700 Subject: [PATCH] chore: add Infisical project config (#959) --- .infisical.json | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .infisical.json diff --git a/.infisical.json b/.infisical.json new file mode 100644 index 00000000..c91c16c8 --- /dev/null +++ b/.infisical.json @@ -0,0 +1,5 @@ +{ + "workspaceId": "e9f4542a-8714-46c3-a8fd-99d8cb370aeb", + "defaultEnvironment": "", + "gitBranchToEnvironmentMapping": null +} \ No newline at end of file