From 08a4606f364befed77f3e9f8278906907da9f2fe Mon Sep 17 00:00:00 2001 From: Helloyunho Date: Mon, 29 Apr 2024 00:53:24 +0900 Subject: [PATCH] =?UTF-8?q?=F0=9F=A9=B9=20fix:=20oh=20forgot=20to=20add=20?= =?UTF-8?q?deno.json?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- deno.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/deno.json b/deno.json index f4de7669..1312de80 100644 --- a/deno.json +++ b/deno.json @@ -16,7 +16,8 @@ "src/**/*", "assets/*", "README.md", - "tsconfig.json" + "tsconfig.json", + "deno.json" ] } }