Files
start-os/sdk
Aiden McClelland 822dd5e100 Feature/UI sideload (#2658)
* ui sideloading

* remove subtlecrypto import

* fix parser

* misc fixes

* allow docker pull during compat conversion
2024-06-28 21:03:01 +00:00
..
2024-06-28 21:03:01 +00:00
2024-02-17 18:14:14 +00:00
2024-06-19 17:30:05 -06:00
2024-06-28 21:03:01 +00:00
2024-06-28 21:03:01 +00:00

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 buildOutput to make the output.ts
  • Copy this whole file into startos/procedures/config/spec.ts
  • Fix all the TODO