This commit is contained in:
Philipp Kunz 2024-01-29 18:15:59 +01:00
parent fdc1d46652
commit ecd05baf99

View File

@ -2,7 +2,7 @@
"name": "@tempfix/hetzner-openapi", "name": "@tempfix/hetzner-openapi",
"version": "1.0.0", "version": "1.0.0",
"description": "", "description": "",
"main": "index.js", "main": "dist_ts/index.js",
"scripts": { "scripts": {
"create": "openapi-typescript https://docs.hetzner.cloud/spec.json --output ts/api.ts && tsc" "create": "openapi-typescript https://docs.hetzner.cloud/spec.json --output ts/api.ts && tsc"
}, },