* 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
11 lines
212 B
JSON
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"
|
|
}
|