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