Skip to content

Commit

Permalink
Merge pull request #58 from flowforge/runtimeState
Browse files Browse the repository at this point in the history
add runtimeState
  • Loading branch information
knolleary authored Aug 3, 2022
2 parents b71c531 + 1955f82 commit d1b60e0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/runtimeSettings.js
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,10 @@ module.exports = {
teamID: '${settings.teamID}',
projectID: '${settings.projectID}',
${projectSettings.projectLink ? 'projectLink: ' + JSON.stringify(projectSettings.projectLink) : ''}
},
runtimeState: {
enabled: true,
ui: true
}
}`
return settingsTemplate
Expand Down

0 comments on commit d1b60e0

Please sign in to comment.