From 9786c7a953775e82a2df8f086a5ca6641128d374 Mon Sep 17 00:00:00 2001 From: Charles Lowell Date: Fri, 8 Dec 2023 12:09:11 -0600 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A5Get=20rid=20of=20obsolete=20`main.t?= =?UTF-8?q?s`?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit You can put TSX directly into your routes now, so the convention is to use `.tsx` The production branch on deno.com is now pointing to `main.tsx` so there is no reason to keep this branch around. Torch it! --- main.ts | 1 - 1 file changed, 1 deletion(-) delete mode 100644 main.ts diff --git a/main.ts b/main.ts deleted file mode 100644 index 56e1a959..00000000 --- a/main.ts +++ /dev/null @@ -1 +0,0 @@ -import "./main.tsx";