Skip to content

Commit

Permalink
detect connected element before obsere
Browse files Browse the repository at this point in the history
  • Loading branch information
mucsi96 committed Jun 3, 2024
1 parent 695c088 commit a6cbace
Show file tree
Hide file tree
Showing 6 changed files with 858 additions and 15 deletions.
12 changes: 12 additions & 0 deletions .vscode/tasks.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,18 @@
"problemMatcher": [],
"label": "npm: start",
},
{
"type": "npm",
"script": "build",
"problemMatcher": [],
"label": "npm: build",
},
{
"type": "npm",
"script": "serve:test",
"problemMatcher": [],
"label": "npm: serve:test",
},
{
"type": "shell",
"command": "ansible-vault encrypt vars/vault.yaml --vault-password-file .ansible/vault_key",
Expand Down
Loading

0 comments on commit a6cbace

Please sign in to comment.