mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-26 10:21:52 +00:00
* update registry upload to take id for new admin permissions (#2605) * wip * wip: Get the get dependencies * wip check_dependencies * wip: Get the build working to the vm * wip: Add in the last of the things that where needed for the new sdk * Add fix * wip: implement the changes * wip: Fix the naming --------- Co-authored-by: Lucy <12953208+elvece@users.noreply.github.com>
Start SDK
Config Conversion
- Copy the old config json (from the getConfig.ts)
- Install the start-sdk with
npm i - paste the config into makeOutput.ts::oldSpecToBuilder (second param)
- Make the third param
{
StartSdk: "start-sdk/lib",
}
- run the script
npm run buildOutputto make the output.ts - Copy this whole file into startos/procedures/config/spec.ts
- Fix all the TODO