From 5f00fdd06fa51bb0c82928e060d3f8811bc171e9 Mon Sep 17 00:00:00 2001 From: Yuqian Yang Date: Mon, 30 Jun 2025 14:25:02 +0800 Subject: mail: revert removing. --- deno/deno.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'deno/deno.json') diff --git a/deno/deno.json b/deno/deno.json index d4beef0..286451e 100644 --- a/deno/deno.json +++ b/deno/deno.json @@ -1,7 +1,7 @@ { - "workspace": ["./base", "./mail-relay", "./tools"], + "workspace": ["./base", "./mail", "./tools"], "tasks": { - "compile:mail-relay": "deno task --cwd=mail-relay compile" + "compile:mail": "deno task --cwd=mail compile" }, "imports": { "@std/collections": "jsr:@std/collections@^1.1.1", -- cgit v1.2.3