aboutsummaryrefslogtreecommitdiff
path: root/deno/deno.json
diff options
context:
space:
mode:
authorYuqian Yang <crupest@crupest.life>2025-12-22 17:08:15 +0800
committerYuqian Yang <crupest@crupest.life>2025-12-22 17:08:15 +0800
commitf61c9dd3cab85fbde4ab44bad33a9394be6fcab0 (patch)
treea4e28de0c18e3fa5b925bb2138d902897763a1dc /deno/deno.json
parent3bc7415d0e57382e76fa863d1f9598f46d34656a (diff)
downloadcrupest-f61c9dd3cab85fbde4ab44bad33a9394be6fcab0.tar.gz
crupest-f61c9dd3cab85fbde4ab44bad33a9394be6fcab0.tar.bz2
crupest-f61c9dd3cab85fbde4ab44bad33a9394be6fcab0.zip
tools: add run vm command.
Diffstat (limited to 'deno/deno.json')
-rw-r--r--deno/deno.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/deno/deno.json b/deno/deno.json
index 286451e..9efebf7 100644
--- a/deno/deno.json
+++ b/deno/deno.json
@@ -1,7 +1,8 @@
{
"workspace": ["./base", "./mail", "./tools"],
"tasks": {
- "compile:mail": "deno task --cwd=mail compile"
+ "compile:mail": "deno task --cwd=mail compile",
+ "compile:tools": "deno task --cwd=tools compile"
},
"imports": {
"@std/collections": "jsr:@std/collections@^1.1.1",