improvements

cleans package.json, update binary download URL, etc
This commit is contained in:
2025-04-25 19:22:29 -04:00
parent 9fe19d2cc2
commit 908889d9af
16 changed files with 82 additions and 253 deletions

View File

@@ -53,7 +53,7 @@ export function getVersion(): string {
/** @internal */
export function resourceOptsDefaults(): any {
return { version: getVersion() };
return { version: getVersion(), pluginDownloadURL: "https://git.kalinow.ski/api/packages/kiterun/generic/pulumi-incus/${VERSION}/" };
}
/** @internal */