project:zsy

This commit is contained in:
gongwenxin
2025-09-12 16:13:53 +08:00
parent 679b121087
commit 0ca0e0f3fe
4 changed files with 20 additions and 1 deletions
Submodule .node-red-data/projects/zsy deleted from 2c27b50428
+7
View File
@@ -0,0 +1,7 @@
zsy
===
### About
This is your project's README.md file. It helps users understand what your
project does, how to use it and anything else they may need to know.
+12
View File
@@ -0,0 +1,12 @@
{
"name": "zsy",
"description": "A Node-RED Project",
"version": "0.0.1",
"dependencies": {},
"node-red": {
"settings": {
"flowFile": "flows.json",
"credentialsFile": "flows_cred.json"
}
}
}
+1
View File
@@ -437,6 +437,7 @@ module.exports = {
projects: { projects: {
/** To enable the Projects feature, set this value to true */ /** To enable the Projects feature, set this value to true */
// enabled: false,
enabled: true, enabled: true,
workflow: { workflow: {
/** Set the default projects workflow mode. /** Set the default projects workflow mode.