summaryrefslogtreecommitdiff
path: root/deno.json
diff options
context:
space:
mode:
authorhaturatu <warsaw21g@gmail.com>2024-06-24 02:52:31 +0900
committerhaturatu <warsaw21g@gmail.com>2024-06-24 02:52:31 +0900
commit7b1f61c113f6ef5e0460e9fa92d729a7cc34ad38 (patch)
tree346f49e857bbe701fa8de62c1620cc5aab45e2f8 /deno.json
first commitHEADmain
Diffstat (limited to 'deno.json')
-rw-r--r--deno.json5
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"
+ }
+}