build nodejs

This commit is contained in:
2025-04-24 21:09:04 -04:00
parent b9ca51af01
commit b348133412
40 changed files with 6093 additions and 74 deletions

View File

@@ -82,7 +82,14 @@
"majorVersion": 1
},
"incus_network_lb": {
"current": "incus:index/networkLb:NetworkLb",
"current": "incus:index/networkLoadBalancer:NetworkLoadBalancer",
"past": [
{
"name": "incus:index/networkLb:NetworkLb",
"inCodegen": true,
"majorVersion": 1
}
],
"majorVersion": 1,
"fields": {
"backend": {
@@ -172,5 +179,13 @@
}
}
},
"auto-settings": {}
"auto-settings": {
"resources": {
"incus_network_lb": {
"aliases": [
"incus:index/networkLb:NetworkLb"
]
}
}
}
}

File diff suppressed because one or more lines are too long