diff options
author | Yuqian Yang <crupest@crupest.life> | 2025-06-21 23:00:56 +0800 |
---|---|---|
committer | Yuqian Yang <crupest@crupest.life> | 2025-06-21 23:00:56 +0800 |
commit | d0ccb5d6183cf4b7188258cdb605c727b499d284 (patch) | |
tree | 2039a8c88fced4a0ed3188b9c01c29c22d050627 /deno/base/deno.json | |
parent | 89c414326a195d71d1f993af661f94798101e065 (diff) | |
download | crupest-d0ccb5d6183cf4b7188258cdb605c727b499d284.tar.gz crupest-d0ccb5d6183cf4b7188258cdb605c727b499d284.tar.bz2 crupest-d0ccb5d6183cf4b7188258cdb605c727b499d284.zip |
mail: organize utils in namespace-like object. no logging cause.
Diffstat (limited to 'deno/base/deno.json')
-rw-r--r-- | deno/base/deno.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/deno/base/deno.json b/deno/base/deno.json index 52baaa5..582f0f6 100644 --- a/deno/base/deno.json +++ b/deno/base/deno.json @@ -4,6 +4,6 @@ "exports": { ".": "./lib.ts", "./config": "./config.ts", - "./cron": "./cron.ts", + "./cron": "./cron.ts" } } |