Chore/reorg backend ts (#2582)

* create index

* chore: Add the star exports for the bindings

---------

Co-authored-by: J H <dragondef@gmail.com>
This commit is contained in:
Aiden McClelland
2024-04-01 11:12:35 -06:00
committed by GitHub
parent 8dfc5052e9
commit dd790dceb5
5 changed files with 722 additions and 603 deletions

View File

@@ -6,6 +6,7 @@ export { setupManifest } from "./manifest/setupManifest"
export { FileHelper } from "./util/fileHelper"
export { setupExposeStore } from "./store/setupExposeStore"
export { pathBuilder } from "./store/PathBuilder"
export * as actions from "./actions"
export * as backup from "./backup"
export * as config from "./config"

View File

@@ -9,7 +9,7 @@ import { Daemons } from "./mainFn/Daemons"
import { PathBuilder, StorePath } from "./store/PathBuilder"
import { ExposedStorePaths } from "./store/setupExposeStore"
import { UrlString } from "./util/getServiceInterface"
export * from "../../core/startos/bindings"
export { SDKManifest } from "./manifest/ManifestTypes"
export type ExportedAction = (options: {