From e2786f31b067b4cd802c5bfb9beb1c31e9e2436c Mon Sep 17 00:00:00 2001 From: LovelessCodes Date: Mon, 9 Jun 2025 14:49:57 +0200 Subject: [PATCH] chore: remove runtime env file and add to ignore (#59) --- .gitignore | 3 +++ apps/web/public/__ENV.js | 1 - 2 files changed, 3 insertions(+), 1 deletion(-) delete mode 100644 apps/web/public/__ENV.js diff --git a/.gitignore b/.gitignore index 50a503cc..094f72d1 100644 --- a/.gitignore +++ b/.gitignore @@ -46,3 +46,6 @@ dist/ # docker docker-compose.override.yml + +# runtime env +__ENV.js \ No newline at end of file diff --git a/apps/web/public/__ENV.js b/apps/web/public/__ENV.js deleted file mode 100644 index 63d887ed..00000000 --- a/apps/web/public/__ENV.js +++ /dev/null @@ -1 +0,0 @@ -window.__ENV = {"NEXT_PUBLIC_UMAMI_ID":"aaed1f55-25e2-4223-b918-e429c390be35","NEXT_PUBLIC_KAN_ENV":"cloud","NEXT_PUBLIC_BASE_URL":"http://localhost:3000","NEXT_PUBLIC_AVATAR_BUCKET_NAME":"avatars","NEXT_PUBLIC_STORAGE_DOMAIN":"kanbn.com","NEXT_PUBLIC_STORAGE_URL":"https://storage.kanbn.com"}; \ No newline at end of file