Moved the NodeJS version of the application to the app/ directory.

This commit is contained in:
2026-04-20 07:17:30 +02:00
parent 0d12f24dec
commit 9100f71ab5
30 changed files with 0 additions and 0 deletions

22
app/templates.json Normal file
View File

@@ -0,0 +1,22 @@
[
{
"label": "Terraform VM image reference",
"language": "hcl",
"file": "azurerm_hcl.tpl"
},
{
"label": "Azure CLI",
"language": "shell",
"file": "shell.tpl"
},
{
"label": "Azure Resource Manager Template",
"language": "json",
"file": "arm_vm.jsonc"
},
{
"label": "Bicep VM image reference",
"language": "bicep",
"file": "bicep_vm.tpl"
}
]