mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-04-04 22:39:46 +00:00
chore: Add in the properties to somewhere useful.
This commit is contained in:
@@ -32,7 +32,7 @@ export function setupInit<Manifest extends SDKManifest, Store>(
|
||||
utils,
|
||||
})
|
||||
await opts.effects.exposeForDependents(services)
|
||||
await opts.effects.exposeUi(ui)
|
||||
await opts.effects.exposeUi({ paths: ui })
|
||||
},
|
||||
uninit: async (opts) => {
|
||||
await migrations.uninit(opts)
|
||||
|
||||
@@ -372,7 +372,9 @@ export type Effects = {
|
||||
options: ExposeServicePaths<Store>,
|
||||
): Promise<void>
|
||||
|
||||
exposeUi<Store = never>(options: ExposeUiPaths<Store>): Promise<void>
|
||||
exposeUi<Store = never>(options: {
|
||||
paths: ExposeUiPaths<Store>
|
||||
}): Promise<void>
|
||||
/**
|
||||
* There are times that we want to see the addresses that where exported
|
||||
* @param options.addressId If we want to filter the address id
|
||||
|
||||
Reference in New Issue
Block a user