Files
start-os/sdk
Jade 2c255b6dfe chore: Do some type cleanups (#2650)
chore: fix the WithProcedureId
2024-06-24 16:00:31 -06:00
..
2024-06-24 16:00:31 -06:00
2024-02-17 18:14:14 +00:00
2024-06-19 17:30:05 -06:00
2024-06-12 17:46:59 +00:00
2024-06-12 17:46:59 +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