feat: remove the file things since we now are in node

This commit is contained in:
BluJ
2023-05-04 13:10:35 -06:00
parent db517d3a84
commit a2c5b1defb
8 changed files with 74 additions and 178 deletions

View File

@@ -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({