Create project

This commit is contained in:
nodered
2026-06-01 12:56:15 +03:00
commit 8a3d4cc59d
5 changed files with 412 additions and 0 deletions

12
package.json Normal file
View File

@@ -0,0 +1,12 @@
{
"name": "EDGE5",
"description": "A Node-RED Project",
"version": "0.0.1",
"dependencies": {},
"node-red": {
"settings": {
"flowFile": "flows.json",
"credentialsFile": "flows_cred.json"
}
}
}