diff options
| author | Yuqian Yang <crupest@crupest.life> | 2025-12-22 17:08:15 +0800 |
|---|---|---|
| committer | Yuqian Yang <crupest@crupest.life> | 2025-12-22 17:08:15 +0800 |
| commit | f61c9dd3cab85fbde4ab44bad33a9394be6fcab0 (patch) | |
| tree | a4e28de0c18e3fa5b925bb2138d902897763a1dc /deno/tools/deno.json | |
| parent | 3bc7415d0e57382e76fa863d1f9598f46d34656a (diff) | |
| download | crupest-f61c9dd3cab85fbde4ab44bad33a9394be6fcab0.tar.gz crupest-f61c9dd3cab85fbde4ab44bad33a9394be6fcab0.tar.bz2 crupest-f61c9dd3cab85fbde4ab44bad33a9394be6fcab0.zip | |
tools: add run vm command.
Diffstat (limited to 'deno/tools/deno.json')
| -rw-r--r-- | deno/tools/deno.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/deno/tools/deno.json b/deno/tools/deno.json index 355046a..b3405aa 100644 --- a/deno/tools/deno.json +++ b/deno/tools/deno.json @@ -1,6 +1,7 @@ { "version": "0.1.0", "tasks": { + "compile": "deno compile -o out/crupest-tools -A main.ts" }, "imports": { "mustache": "npm:mustache@^4.2.0" |
