Forget to add backend example files

This commit is contained in:
2020-12-27 13:21:32 +01:00
parent 0aa08315d1
commit 20fb9914ef
2 changed files with 18 additions and 0 deletions

17
out/examples-list.json Normal file
View File

@ -0,0 +1,17 @@
{
"available":
[
{
"title": "Simple Counter",
"version": "0.1",
"url": "examples/simple-counter.json",
"enabled": 1
},
{
"title": "Add 2 numbers(placeholder)",
"version": "0.1",
"url": "examples/adding.json",
"enabled": 1
}
]
}