Create project

This commit is contained in:
2026-06-28 06:09:57 +00:00
commit 06ab02cd3a
5 changed files with 24 additions and 0 deletions

1
.gitignore vendored Normal file
View File

@@ -0,0 +1 @@
*.backup

9
README.md Normal file
View File

@@ -0,0 +1,9 @@
Playground
==========
Tests
### 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.

1
flows.json Normal file
View File

@@ -0,0 +1 @@
[]

1
flows_cred.json Normal file
View File

@@ -0,0 +1 @@
{}

12
package.json Normal file
View File

@@ -0,0 +1,12 @@
{
"name": "Playground",
"description": "Tests",
"version": "0.0.1",
"dependencies": {},
"node-red": {
"settings": {
"flowFile": "flows.json",
"credentialsFile": "flows_cred.json"
}
}
}