mirror of
https://github.com/Start9Labs/start-sdk.git
synced 2026-03-30 20:24:47 +00:00
feat: Remove aggregator in index for export
This commit is contained in:
@@ -5,5 +5,5 @@ export type ReadonlyDeep<A> =
|
||||
export type MaybePromise<A> = Promise<A> | A
|
||||
export type Message = string
|
||||
|
||||
export { AutoConfig } from "./AutoConfig"
|
||||
export { setupAutoConfig } from "./setupAutoConfig"
|
||||
import "./AutoConfig"
|
||||
import "./setupAutoConfig"
|
||||
|
||||
Reference in New Issue
Block a user