Add startos/sdk.ts

Add StartOS SDK helper
This commit is contained in:
2026-08-05 17:05:49 +00:00
parent 15c46a1164
commit 924aa463ce
+9
View File
@@ -0,0 +1,9 @@
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)