mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-21 08:02:26 +00:00
2081e7a8ff
* 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}`
|
|
}
|