Fix StartOS 0.4 TypeScript packaging to match SDK API

This commit is contained in:
MacPro
2026-04-09 15:10:44 -05:00
parent 68ec875ee7
commit 8298c083c7
3436 changed files with 867051 additions and 92 deletions
+47
View File
@@ -0,0 +1,47 @@
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.sdk = void 0;
const StartSdk_1 = require("../StartSdk");
const setupManifest_1 = require("../manifest/setupManifest");
exports.sdk = StartSdk_1.StartSdk.of()
.withManifest((0, setupManifest_1.setupManifest)({
id: 'testOutput',
title: '',
license: '',
packageRepo: '',
upstreamRepo: '',
marketingUrl: '',
donationUrl: null,
docsUrls: [],
description: {
short: '',
long: '',
},
images: {
main: {
source: {
dockerTag: 'start9/hello-world',
},
arch: ['aarch64', 'x86_64'],
emulateMissingAs: 'aarch64',
},
},
volumes: [],
alerts: {
install: null,
update: null,
uninstall: null,
restore: null,
start: null,
stop: null,
},
dependencies: {
'remote-test': {
description: '',
optional: false,
s9pk: 'https://example.com/remote-test.s9pk',
},
},
}))
.build(true);
//# sourceMappingURL=output.sdk.js.map