From fc312ee6dc74f0d97f4dd2ba0efad3a80910d424 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9s=20Moya?= Date: Mon, 20 Nov 2023 16:15:09 +0100 Subject: [PATCH] :wrench: Explicitly set components-v2 feature in start scripts --- backend/scripts/repl | 1 + backend/scripts/start-dev | 1 + 2 files changed, 2 insertions(+) diff --git a/backend/scripts/repl b/backend/scripts/repl index 4dfac5de8..e30a4aafd 100755 --- a/backend/scripts/repl +++ b/backend/scripts/repl @@ -26,6 +26,7 @@ export PENPOT_FLAGS="\ enable-soft-rpc-rlimit \ enable-webhooks \ enable-access-tokens \ + disable-feature-components-v2 \ disable-file-validation \ disable-file-schema-validation \ enable-soft-file-schema-validation \ diff --git a/backend/scripts/start-dev b/backend/scripts/start-dev index 32d7ba7da..897e18499 100755 --- a/backend/scripts/start-dev +++ b/backend/scripts/start-dev @@ -17,6 +17,7 @@ export PENPOT_FLAGS="\ disable-secure-session-cookies \ enable-smtp \ enable-access-tokens \ + disable-feature-components-v2 \ disable-file-validation \ disable-file-schema-validation \ enable-soft-file-schema-validation \