Skip to content

Commit

Permalink
build(sfdx): enable EinsteinGPTforDevelopers (#139)
Browse files Browse the repository at this point in the history
  • Loading branch information
dschach authored Mar 8, 2024
1 parent 7920713 commit da2f847
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/no-rt-scratch-def.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"orgName": "David Schach Record Types",
"edition": "Developer",
"features": ["EnableSetPasswordInApi"],
"features": ["EnableSetPasswordInApi", "EinsteinGPTForDevelopers"],
"settings": {
"lightningExperienceSettings": {
"enableS1DesktopEnabled": true
Expand Down
2 changes: 1 addition & 1 deletion config/project-scratch-def.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"orgName": "David Schach Record Types",
"edition": "Developer",
"features": ["EnableSetPasswordInApi", "RecordTypes"],
"features": ["EnableSetPasswordInApi", "RecordTypes", "EinsteinGPTForDevelopers"],
"settings": {
"lightningExperienceSettings": {
"enableS1DesktopEnabled": true
Expand Down

0 comments on commit da2f847

Please sign in to comment.