mirror of
https://github.com/Start9Labs/start-sdk.git
synced 2026-04-01 21:13:11 +00:00
feat: Add vault through utils + sdk
This commit is contained in:
@@ -4,4 +4,5 @@ export type Manifest = any
|
||||
export const sdk = StartSdk.of()
|
||||
.withManifest({} as any)
|
||||
.withStore<{ storeRoot: { storeLeaf: "value" } }>()
|
||||
.withVault<{ vaultRoot: "value" }>()
|
||||
.build(true)
|
||||
|
||||
Reference in New Issue
Block a user