No log display after using static assets
I'm trying to convert a project I wrote in JS to TS, but when I made the changes, there were no more logs on the worker's log page, and even the request records themselves (such as log records like "GET URL") were not displayed. However, when developing locally or debugging with the web editor, the logs are normal. Does anyone know why?
https://sub.schwi.workers.dev/
我正在尝试把我用JS写的项目改为使用TS,但当我修改完成后,在worker的日志页面就再也没有日志了,甚至不会显示请求记录本身(例如“GET URL”这样的日志记录),但是本地开发状态下或使用网页编辑器调试时,日志却是正常的,有人知道这是为什么吗?
any more information needed, please reply, thanks
https://sub.schwi.workers.dev/
我正在尝试把我用JS写的项目改为使用TS,但当我修改完成后,在worker的日志页面就再也没有日志了,甚至不会显示请求记录本身(例如“GET URL”这样的日志记录),但是本地开发状态下或使用网页编辑器调试时,日志却是正常的,有人知道这是为什么吗?
any more information needed, please reply, thanks
