diff --git a/pkgs/api/_deploy.ts b/pkgs/api/_deploy.ts index 9d4be49..726aa2c 100644 --- a/pkgs/api/_deploy.ts +++ b/pkgs/api/_deploy.ts @@ -40,6 +40,8 @@ export const _ = { ); } + if(action.type == undefined) action.type = "check"; + switch (action.type) { case "check": const deploys = fs.readdirSync(dir(`/app/web/deploy`));