mirror of
https://github.com/Start9Labs/start-sdk.git
synced 2026-03-30 20:24:47 +00:00
feat: add autoConfig/ better types for wrapperData
This commit is contained in:
@@ -25,7 +25,7 @@ export const runningMain: (
|
||||
fn: (o: {
|
||||
effects: Effects;
|
||||
started(onTerm: () => void): null;
|
||||
}) => Promise<Daemons<any>>
|
||||
}) => Promise<Daemons<any>>,
|
||||
) => ExpectedExports.main = (fn) => {
|
||||
return async (options) => {
|
||||
const result = await fn(options);
|
||||
|
||||
Reference in New Issue
Block a user