From 6121232872194021376dc2642cd2c1dd2b53362f Mon Sep 17 00:00:00 2001 From: Daniel Farina Date: Thu, 13 Apr 2023 14:04:33 -0700 Subject: [PATCH] Rename sample.env to .env Changing name to .env to make this work out of the box during the build in Vercel since the build commands is using .env on it and the global environment variables are picked up but the command still fails since there is not .env. --- sample.env => .env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename sample.env => .env (84%) diff --git a/sample.env b/.env similarity index 84% rename from sample.env rename to .env index 0a023804..d002044b 100644 --- a/sample.env +++ b/.env @@ -1,3 +1,3 @@ REACT_APP_API_URL=https://api-osmosis.imperator.co REACT_APP_CHAIN_API_URL=https://api-osmosis-chain.imperator.co -REACT_APP_DEBUG=true \ No newline at end of file +REACT_APP_DEBUG=true