From d31d5bd0a5797d9f0ecc1dc717e56000315a24bd Mon Sep 17 00:00:00 2001 From: nonylene Date: Tue, 2 Jan 2024 04:24:16 +0900 Subject: [PATCH] Comments --- app/entry.server.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/app/entry.server.tsx b/app/entry.server.tsx index 19254eb..873a2c5 100644 --- a/app/entry.server.tsx +++ b/app/entry.server.tsx @@ -1,4 +1,5 @@ /** + * デフォルトから isbot の分岐を削除し、エラーログを常に console.error するように変更したもの * By default, Remix will handle generating the HTTP Response for you. * You are free to delete this file if you'd like to, but if you ever want it revealed again, you can run `npx remix reveal` ✨ * For more information, see https://remix.run/file-conventions/entry.server