Files
recap/startos/sdk.ts
T
2026-04-09 15:03:31 -05:00

10 lines
263 B
TypeScript

import { StartSdk } from '@start9labs/start-sdk'
import { manifest } from './manifest'
/**
* Plumbing. DO NOT EDIT.
*
* The exported "sdk" const is used throughout this package codebase.
*/
export const sdk = StartSdk.of().withManifest(manifest).build(true)