Skip to content

Commit

Permalink
Merge pull request #5 from FrankBakkerNl/localtool
Browse files Browse the repository at this point in the history
Add config for local codegen tool
  • Loading branch information
helto4real authored Jun 6, 2022
2 parents b031451 + cd23f23 commit efea44f
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"version": 1,
"isRoot": true,
"tools": {
"joysoftware.netdaemon.hassmodel.codegen": {
"version": "22.23.0",
"commands": [
"nd-codegen"
]
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"version": 1,
"isRoot": true,
"tools": {
"joysoftware.netdaemon.hassmodel.codegen": {
"version": "22.23.0",
"commands": [
"nd-codegen"
]
}
}
}

0 comments on commit efea44f

Please sign in to comment.