diff options
Diffstat (limited to 'deno/deno.json')
-rw-r--r-- | deno/deno.json | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/deno/deno.json b/deno/deno.json index 53cdf7a..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", @@ -11,7 +11,6 @@ "@std/io": "jsr:@std/io@^0.225.2", "@std/path": "jsr:@std/path@^1.1.0", "@std/testing": "jsr:@std/testing@^1.0.13", - "@std/dotenv": "jsr:@std/dotenv@^0.225.5", "@std/fs": "jsr:@std/fs@^1.0.18", "yargs": "npm:yargs@^18.0.0", "@types/yargs": "npm:@types/yargs@^17.0.33" |