* chore: Add examples on how to deploy private registries * chore: example for private pypiserver with https * Allow DENO_CERT certificate with native workers * Add BUN_TLS_REJECT_UNAUTHORIZED
4 lines
56 B
JavaScript
4 lines
56 B
JavaScript
exports.sayHello = function(x) {
|
|
return `Hello ${x}`
|
|
}
|