From 0030e9031888b3393207a483fd4b2085235246dc Mon Sep 17 00:00:00 2001 From: aube-dev Date: Thu, 5 Sep 2024 02:36:49 +0900 Subject: [PATCH] feat: add `.infisical.json` --- .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 0000000..fccde44 --- /dev/null +++ b/.infisical.json @@ -0,0 +1,5 @@ +{ + "workspaceId": "6a0e9b92-038c-4045-beeb-7d9914ef86fb", + "defaultEnvironment": "dev", + "gitBranchToEnvironmentMapping": null +}