diff --git a/src/utils/devenv.ts b/src/utils/devenv.ts index f39681a51..825eb4c50 100644 --- a/src/utils/devenv.ts +++ b/src/utils/devenv.ts @@ -107,6 +107,9 @@ export default async function(dir: Path) { case "Justfile": pkgs.push({ project: 'just.systems', constraint }) break + case "Taskfile.yml": + pkgs.push({ project: 'taskfile.dev', constraint }) + break } } else if (isDirectory) { switch (name) {