Skip to content

Commit 8c16079

Browse files
chore: move node red config files in data directory
1 parent b6f0eea commit 8c16079

File tree

7 files changed

+12
-0
lines changed

7 files changed

+12
-0
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

data/package.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"name": "node-red-project",
3+
"description": "A Node-RED Project",
4+
"version": "0.0.1",
5+
"private": true,
6+
"node-red": {
7+
"settings": {
8+
"flowFile": "flows.json",
9+
"credentialsFile": "flows_cred.json"
10+
}
11+
}
12+
}
File renamed without changes.

0 commit comments

Comments
 (0)