mirror of
https://github.com/Start9Labs/start-sdk.git
synced 2026-04-01 21:13:11 +00:00
feat: remove the file things since we now are in node
This commit is contained in:
@@ -60,7 +60,7 @@ export function setupConfig<
|
||||
return {
|
||||
setConfig: (async ({ effects, input }) => {
|
||||
if (!validator.test(input)) {
|
||||
await effects.console.error(String(validator.errorMessage(input)))
|
||||
await console.error(String(validator.errorMessage(input)))
|
||||
return { error: "Set config type error for config" }
|
||||
}
|
||||
const { restart } = await write({
|
||||
|
||||
Reference in New Issue
Block a user