chilly-dream-30512
12/03/2024, 3:48 PM$ref
for the TLS provider and my own custom provider.
What is the best way to explorer schemas? And for the custom provider the typescript sdk is referencing @pulumi
instead of my npm org.
name: svmkit-resource-components
resources:
svmkit-resource-components:aws:Node:
properties:
voteAccountKey:
"$ref": /svmkit/v0.12.0/schema.json#/resources/svmkit:index:KeyPair
description: The vote account key pair.
languages:
nodejs:
packageName: "@svmkit/svmkit-resource-components"
dependencies:
"@svmkit/pulumi-svmkit": "^0.12.0"
devDependencies:
typescript: "^3.7.0"
chilly-dream-30512
12/03/2024, 3:51 PMchilly-dream-30512
12/03/2024, 3:52 PMmoduleToPackage
to fix the imports?chilly-dream-30512
12/03/2024, 4:03 PMimport * as pulumiSvmkit from "@pulumi/svmkit"
I need to configure the import for the package. moduleToPackage didn’t do it