default action type check

This commit is contained in:
eko 2025-11-27 22:13:42 +07:00
parent 0c120e217e
commit a9bbe4dd84
1 changed files with 2 additions and 0 deletions

View File

@ -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`));