feat: support projects

This commit is contained in:
2025-09-14 23:22:08 -04:00
parent c81ae24224
commit fbad83bc57
2 changed files with 2 additions and 1 deletions

View File

@ -11,6 +11,7 @@ LANG=en-US
TZ=Etc/UTC
LOG_LEVEL=info
ENABLE_MULTIPLAYER=false
ENABLE_PROJECTS=false
## A space-separated list of NPM modules to install
#EXTRA_MODULES="node-red-contrib-google-sheets node-red-contrib-slack"

View File

@ -468,7 +468,7 @@ module.exports = {
projects: {
/** To enable the Projects feature, set this value to true */
enabled: false,
enabled: {{ env "ENABLE_PROJECTS" }},
workflow: {
/** Set the default projects workflow mode.
* - manual - you must manually commit changes