mirror of
https://github.com/Start9Labs/start-sdk.git
synced 2026-04-01 21:13:11 +00:00
chore: charlie21
This commit is contained in:
@@ -31,7 +31,9 @@ export function setupConfigExports<A extends InputSpec, ConfigType>(options: {
|
||||
return { error: "Set config type error for config" };
|
||||
}
|
||||
const output = await options.write({ input, effects });
|
||||
return output;
|
||||
if (output) {
|
||||
await effects.setWrapperData({ path: "config", value: output });
|
||||
}
|
||||
}) as ExpectedExports.setConfig,
|
||||
getConfig: (async ({ effects, config }) => {
|
||||
return {
|
||||
|
||||
Reference in New Issue
Block a user