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 \