fix: correct Azure Function host configuration placement.
This commit is contained in:
+7
-1
@@ -12,7 +12,13 @@
|
|||||||
}
|
}
|
||||||
],
|
],
|
||||||
"description": "Automated SSL/TLS certificate management using ACME protocol with Azure KeyVault and Azure DNS",
|
"description": "Automated SSL/TLS certificate management using ACME protocol with Azure KeyVault and Azure DNS",
|
||||||
"main": "dist/index.js",
|
"main": "dist/function/index.js",
|
||||||
|
"exports": {
|
||||||
|
".": {
|
||||||
|
"types": "./dist/index.d.ts",
|
||||||
|
"default": "./dist/index.js"
|
||||||
|
}
|
||||||
|
},
|
||||||
"types": "dist/index.d.ts",
|
"types": "dist/index.d.ts",
|
||||||
"bin": {
|
"bin": {
|
||||||
"azure-acme-provisioner": "./dist/cli.js"
|
"azure-acme-provisioner": "./dist/cli.js"
|
||||||
|
|||||||
Reference in New Issue
Block a user