Files
Guillaume Bouvignies 2081e7a8ff chore: Add examples on how to deploy private registries (#2719)
* 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
2023-11-29 11:38:23 +01:00

11 lines
212 B
JSON

{
"name": "@windmill/helloworld",
"version": "0.0.1",
"description": "hello world test package",
"main": "index.js",
"scripts": {},
"keywords": [],
"author": "Windmill",
"license": "Apache-2.0"
}