diff options
author | haturatu <warsaw21g@gmail.com> | 2024-06-24 02:52:31 +0900 |
---|---|---|
committer | haturatu <warsaw21g@gmail.com> | 2024-06-24 02:52:31 +0900 |
commit | 7b1f61c113f6ef5e0460e9fa92d729a7cc34ad38 (patch) | |
tree | 346f49e857bbe701fa8de62c1620cc5aab45e2f8 /deno.json |
Diffstat (limited to 'deno.json')
-rw-r--r-- | deno.json | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/deno.json b/deno.json new file mode 100644 index 0000000..3c5130f --- /dev/null +++ b/deno.json @@ -0,0 +1,5 @@ +{ + "tasks": { + "dev": "deno run --watch main.ts" + } +} |