From b6707c61d099759069c7ecd6c56b74f49e86298d Mon Sep 17 00:00:00 2001 From: atrincas Date: Wed, 8 Jan 2025 16:18:52 +0100 Subject: [PATCH] Updated env comment --- client/.env.development | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/.env.development b/client/.env.development index 3cb4ef43..8735bc6c 100644 --- a/client/.env.development +++ b/client/.env.development @@ -6,5 +6,5 @@ NEXT_PUBLIC_MAPBOX_API_TOKEN= # When set to 'true', this will prevent the introduction modal from showing up on first visit HIDE_INTRO_MODAL= -# Comma-separated list of feature flags to enable/disable specific features (e.g., "new-map,beta-tools") +# Comma-separated list of feature flags to enable NEXT_PUBLIC_FEATURE_FLAGS= \ No newline at end of file