diff --git a/config/b2b-project-scratch-def.json b/config/b2b-project-scratch-def.json index 753f5154..644cc3a6 100755 --- a/config/b2b-project-scratch-def.json +++ b/config/b2b-project-scratch-def.json @@ -3,7 +3,15 @@ "country": "us", "language": "en_US", "edition": "Developer", - "features": ["Communities", "B2BCommerce", "B2BAuraTemplateEnabled", "OrderManagement", "EnableSetPasswordInApi"], + "features": [ + "Communities", + "B2BCommerce", + "B2BAuraTemplateEnabled", + "OrderManagement", + "EnableSetPasswordInApi", + "DebugApex", + "AuthorApex" + ], "settings": { "lightningExperienceSettings": { "enableS1DesktopEnabled": true diff --git a/config/b2c-project-scratch-def.json b/config/b2c-project-scratch-def.json index 46ea929b..05cccfdc 100755 --- a/config/b2c-project-scratch-def.json +++ b/config/b2c-project-scratch-def.json @@ -3,7 +3,15 @@ "country": "us", "language": "en_US", "edition": "Developer", - "features": ["Communities", "B2CCommerceGMV", "PersonAccounts", "EnableSetPasswordInApi", "Multicurrency"], + "features": [ + "Communities", + "B2CCommerceGMV", + "PersonAccounts", + "EnableSetPasswordInApi", + "Multicurrency", + "DebugApex", + "AuthorApex" + ], "settings": { "lightningExperienceSettings": { "enableS1DesktopEnabled": true diff --git a/config/both-project-scratch-def.json b/config/both-project-scratch-def.json index 542decf4..f8280057 100755 --- a/config/both-project-scratch-def.json +++ b/config/both-project-scratch-def.json @@ -11,7 +11,9 @@ "PersonAccounts", "OrderManagement", "EnableSetPasswordInApi", - "Multicurrency" + "Multicurrency", + "DebugApex", + "AuthorApex" ], "settings": { "lightningExperienceSettings": {