I'm working on a local worker project and have a static assets directory. everything seems fine when actually deployed but when i run wrangler locally it can't find the assets. i was getting a 500, so i tried adding an explicit handler with
env.ASSETS
env.ASSETS
which changed to a 404. I tried adding the
--local
--local
flag and double checked the file permissions were accessible. not sure what else to try