From 8d65b5117e133eb6ef2859861c72b7990f8e3c7b Mon Sep 17 00:00:00 2001 From: Mo Tarbin Date: Sun, 8 Feb 2026 13:23:45 -0500 Subject: [PATCH] chore: add VITE_IS_LANDING_DEFAULT variable to .env.development --- .env.development | 1 + 1 file changed, 1 insertion(+) diff --git a/.env.development b/.env.development index cc21ca0..e677275 100644 --- a/.env.development +++ b/.env.development @@ -2,3 +2,4 @@ VITE_APP_API_URL=http://localhost:2021 VITE_APP_REDIRECT_URL=http://localhost:5173 VITE_APP_GOOGLE_CLIENT_ID=USE_YOUR_OWN_CLIENT_ID VITE_IS_SELF_HOSTED=true +VITE_IS_LANDING_DEFAULT=true \ No newline at end of file