mirror of
https://github.com/Start9Labs/start-sdk.git
synced 2026-03-30 12:21:57 +00:00
chore: Update the config type thank you
This commit is contained in:
@@ -2,6 +2,6 @@ import { StartSdk } from "../StartSdk"
|
||||
|
||||
export type Manifest = any
|
||||
export const sdk = StartSdk.of()
|
||||
.withManifest<Manifest>()
|
||||
.withManifest({} as any)
|
||||
.withStore<{ storeRoot: { storeLeaf: "value" } }>()
|
||||
.build()
|
||||
.build(true)
|
||||
|
||||
Reference in New Issue
Block a user